X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/a068493b68daa03bc5d9e88508ad2703a5b1770c..6f705808b0bf41e82f31892cb70fba22dba13969:/vhost_ldap.conf diff --git a/vhost_ldap.conf b/vhost_ldap.conf index 42889ab..36c73e9 100644 --- a/vhost_ldap.conf +++ b/vhost_ldap.conf @@ -1,15 +1,17 @@ # -# mod_cfg_ldap allows you to keep your virtual host configuration +# mod_vhost_ldap allows you to keep your virtual host configuration # in an LDAP directory and update it in nearly realtime. # -### you have to configure and enable it first ### +### NOTE ### +### mod_vhost_ldap depends on mod_ldap ### +### you have to enable mod_ldap as well ### -LoadModule cfg_ldap_module modules/mod_cfg_ldap.so +LoadModule vhost_ldap_module modules/mod_vhost_ldap.so - + VhostLDAPEnabled on VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost" VhostLdapBindDN "cn=admin,dc=localhost" - VhostLDAPBindPassword "" + VhostLDAPBindPassword "changeme"