]> andersk Git - mod-vhost-ldap.git/blobdiff - vhost_ldap.conf
mod-vhost-ldap: 0.2.5 release
[mod-vhost-ldap.git] / vhost_ldap.conf
index 42889ab29571a9de2e9192e20ec9d578b23a55a2..36c73e9b03b2e928ecbada28b0beaf7a7c1cbdd9 100644 (file)
@@ -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
 
-<IfModule mod_cfg_ldap.c>
+<IfModule mod_vhost_ldap.c>
     VhostLDAPEnabled on
     VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost"
     VhostLdapBindDN "cn=admin,dc=localhost"
-    VhostLDAPBindPassword ""
+    VhostLDAPBindPassword "changeme"
 </IfModule>
This page took 0.257825 seconds and 4 git commands to generate.