I'm such a liar. In my current configuration, trac accepts any login name and password I type in. I missing the last step to make the tie- in to ldap.
Well, I know Apache2/ldap integration works. With this in httpd.conf, I can authenticate against ldap via the http dialog. <Location /> AuthBasicProvider ldap AuthType Basic AuthzLDAPAuthoritative on AuthName "My Server" AuthLDAPURL ldap://ad-ldapstuff?sAMAccountName?sub?(objectClass=*) NONE AuthLDAPBindDN "ad-ldapuser" AuthLDAPBindPassword ad-ldappassword Require valid-user </Location> I will read the docs again - but if someone can point me in the right direction - that would help. :) - Joe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
