Sample configuration has been added..
[licom.git] / samples / htaccess
1 Options -Indexes -Includes +ExecCGI
2
3 AuthName "Lightweight Contact Manager"
4 AuthType Basic
5
6 AuthLDAPEnabled on
7 AuthLDAPRemoteUserIsDN on
8 AuthLDAPUrl ldap://localhost/ou=addresses,dc=verplant,dc=org?cn?sub?(objectClass=inetOrgPerson)
9 AuthLDAPBindDN ou=addresses,dc=verplant,dc=org
10 AuthLDAPBindPassword secret
11 AuthLDAPAuthoritative on
12 require valid-user