On Tuesday, June 2, 2015 at 9:23:58 AM UTC-7, RjOllos wrote: > > On Tue, Jun 2, 2015 at 11:17 AM, Josh Santangelo <[email protected]> > wrote: >> >> I made the "Error with navigation contributor AccountModule” go away by >> disabling acct_mgr.web_ui.accountmodule. >> > > This brings up a related question I've had about using LDAP through > Apache, rather than using LdapPlugin and LdapAuthStorePlugin. My earlier > question that I haven't determined the answer to is whether it is possible > to populate the session info such as name and email address from the LDAP > data store when using an Apache LDAP configuration. Similarly, does > AccountManagerPlugin have any useful function if using LDAP through Apache? > > - Ryan >
Hello Mark, I read through this thread again and spotted a statement by you that I had previously overlooked, > What this does is pass the user info through to Trac in the session info (based on the parameters specified in the LDAP URL which can include the user's email). I currently have an AuthLDAPURL that ends in the following. /ou=<GroupName>,dc=<domain>,dc=com?sAMAccountName Could you give an example of how I would modify this to pull the user name and email address from LDAP to populate the session? Will the session info be populated and saved on every successful authentication? What I mean is, with the proper AuthLDAPURL, if I clear the username and email from the /prefs page, close the browser and authenticate again, should the username and email be immediately populated? Thanks, - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
