Modify

Opened 10 years ago

Closed 10 years ago

#11559 closed enhancement (duplicate)

Resolver to fetch email addresses from LDAP

Reported by: anonymous Owned by: Steffen Hoffmann
Priority: highest Component: AnnouncerPlugin
Severity: critical Keywords:
Cc: Trac Release:

Description

The AnnouncerPlugin is good but definitively needs a resolver to fetch the email addresses from a LDAP server and resolve the name found in trac fields (reporter, assigned to, owner, cc list, ...) into email addresses.

Possibly configurable in trac.ini as:

[announcer] email_address_resolvers = SessionEmailResolver, LdapEmailResolver ...

[ldap] email_attr = mail name_resolve_by = cn

Please see also http://trac-hacks.org/ticket/11558#comment:3

Thanks and regards

Attachments (0)

Change History (3)

comment:1 Changed 10 years ago by anonymous

Or with more self explaining labels and for a cleaner trac.ini :

[announcer]
email_address_resolvers = SessionEmailResolver, LdapEmailResolver
resolver_name_by_ldap_attr = cn
resolver_address_by_ldap_attr = mail
...

[ldap]
...
Last edited 10 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 10 years ago by Jun Omae

I think the issue is a duplicate of #11411.

comment:3 in reply to:  2 Changed 10 years ago by Steffen Hoffmann

Resolution: duplicate
Status: newclosed

Replying to jun66j5:

I think the issue is a duplicate of #11411.

Indeed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.