Ignore:
Timestamp:
Oct 15, 2007, 5:27:38 AM (17 years ago)
Author:
geofft
Message:
more ldap chocolatey goodness
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/conf.d/vhost_ldap.conf

    r455 r478  
    88### you have to enable mod_ldap as well ###
    99
    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>
     10VhostLDAPEnabled on
     11VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,dc=scripts,dc=mit,dc=edu"
     12VhostLDAPFallback notfound.example.com
Note: See TracChangeset for help on using the changeset viewer.