mod-ldap

Apache Backup LDAP Repository with mod_ldap

I am currently using an Apache front end for my Subversion repository, in order to do LDAP authentication. My setup is fairly vanilla, however I would like to be able to specify a "backup" LDAP URL, in case the primary one is down. I can't currently see a way to do this other then use a second location, or virtual host that points at th...

How to avoid plain password in mod_ldap

There are a plain password store in mod_ldap. Is there any way to encrypt the password? AuthLDAPBindPassword password Thank You. ...

How do I retrieve the user information of a user authenticated with Apache's mod_ldap?

I have LDAP authentication working with Apache. Now I need to know how I can get what user logged in with PHP. Is it even possible? Do I have to do the authentication in PHP to store the user name? ...

Query AD group with apache mod_ldap

Hi ! I'm new to ldap and I have to auth users through mod_ldap on Apache 2.0 via an Active Directory server. If I use the following configuration, I'm able to auth users which are in the "Service Accounts" AuthType Basic AuthName "LDAP Auth" AuthBasicAuthoritative off AuthBasicProvider ldap Aut...