Hi,
I can't tell you what's wrong with your setup (not an LDAP expert), but
this seems to work fine for me:
LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/root.pem
<Location /trac/sandbox>
AuthType Basic
AuthBasicProvider "ldap"
AuthName "AD authorization"
AuthLDAPBindDN "DOMAIN\LDAP_Search_Service_User"
AuthLDAPBindPassword "AVeryComplexPassword"
AuthLDAPURL
ldaps://AD_Server:3269/DC=XXX,DC=XX,DC=com?userPrincipalName?sub
require ldap-user [EMAIL PROTECTED]
</Location>
I still plan to improve it to make the search more "user friendly" - on my
TODO list :)
Jirka
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---