9 lines
284 B
ApacheConf
9 lines
284 B
ApacheConf
<IfDefine LDAP_USERDIR>
|
|
LoadModule ldap_userdir_module modules/mod_ldap_userdir.so
|
|
|
|
LDAPUserDir public_html
|
|
LDAPUserDirDNInfo cn=root,dc=yourcompany,dc=com yourpassword
|
|
LDAPUserDirBaseDN ou=People,dc=yourcompany,dc=com
|
|
</IfDefine>
|
|
|
|
# vim: ts=4 filetype=apache
|