Opened 10 years ago

Last modified 10 years ago

#11558 closed defect

LdapAuthStore not storing email address in session_attribute from ldap — at Initial Version

Reported by: anonymous Owned by: igoltz
Priority: highest Component: LdapAuthStorePlugin
Severity: critical Keywords:
Cc: Trac Release:

Description

The plugin LdapAuthStore works for the login against ldap, but does not seeem to be storing the email address from ldap. Indeed after the succesful login, in the database the session_attribute table is empty.

This is a problem because the AnnouncerPlugin logs as follows Trac[mail] DEBUG: EmailDistributor was unable to find an address for: ...

an no mail is sent for notification.

The trac.ini is configured like the example in http://trac-hacks.org/wiki/LdapAuthStorePlugin

and the values are aligned to ldap, like this

[account-manager] password_store = LdapAuthStore email_attr = mail name_attr = cn ...

How to troubleshoot this? The trac log is enabled at debug level, but the plugin LdapAuthStore seems silent, how to make it more verbose?

Change History (0)

Note: See TracTickets for help on using tickets.