ServerName home.asyd.net
DocumentRoot /var/www/asyd.net/home
AuthType Basic
AuthName "Bugzilla Access"
require valid-user
AuthLDAPURL ldap://ldap.asyd.net/ou=extranet,dc=debian-fr,dc=org?cn?sub?(host=bugzilla)
If you need to bind, just add the following directives :
AuthLDAPBindDN cn=apache,ou=security users,dc=debian-fr,dc=org
AuthLDAPBindPassword secret
[[:ldap|Back]]