Tagged Questions
The mod-ldap tag has no wiki summary.
3
votes
1answer
647 views
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, ...
2
votes
2answers
350 views
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?
1
vote
0answers
121 views
Query AD group with apache mod_ldap
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 ...
0
votes
1answer
183 views
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.