Results 1 to 1 of 1
Hi,
I've the following configuration which is running :
Code:
AuthBasicProvider ldap
AuthType basic
AuthzLDAPAuthoritative Off
AuthName "Test Apache Secure"
AuthLDAPBindDN "CN=apache,CN=ou,DC=example,DC=domain,DC=com"
AuthLDAPBindPassword secretPassword
AuthLDAPURL "ldap://dc.example.domain.com:3268/DC=example,DC=domain,DC=com?sAMAccountName
Order Deny,Allow
Deny from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-24-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Secure the AuthLDAPBindPassword
Hi,
I've the following configuration which is running :
I would like to secure the line AuthLDAPBindPassword because for the moment, my password is clear.Code:AuthBasicProvider ldap AuthType basic AuthzLDAPAuthoritative Off AuthName "Test Apache Secure" AuthLDAPBindDN "CN=apache,CN=ou,DC=example,DC=domain,DC=com" AuthLDAPBindPassword secretPassword AuthLDAPURL "ldap://dc.example.domain.com:3268/DC=example,DC=domain,DC=com?sAMAccountName Order Deny,Allow Deny from all require valid-user
Is it possible to crypt it ? i've seen some stuff like {crypt}passwordencrypted, i have tried to put it with my password crypted with htpasswd tools but it's not running.
Any idea ?
Thx in advance !


Reply With Quote
