Changeset 478 for server/fedora/config/etc/httpd/conf.d/vhost_ldap.conf
- Timestamp:
- Oct 15, 2007, 5:27:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/config/etc/httpd/conf.d/vhost_ldap.conf
r455 r478 8 8 ### you have to enable mod_ldap as well ### 9 9 10 # this should really go in httpd.conf 11 LoadModule ldap_module modules/mod_ldap.so 12 LoadModule vhost_ldap_module modules/mod_vhost_ldap.so 13 14 #<IfModule mod_vhost_ldap.c> 15 VhostLDAPEnabled on 16 VhostLDAPUrl "ldap://18.187.6.190/ou=vhosts,dc=scripts,dc=mit,dc=edu" 17 #VhostLdapBindDN "cn=admin,dc=localhost" 18 #VhostLDAPBindPassword "changeme" 19 #</IfModule> 10 VhostLDAPEnabled on 11 VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,dc=scripts,dc=mit,dc=edu" 12 VhostLDAPFallback notfound.example.com
Note: See TracChangeset
for help on using the changeset viewer.