File: vhost_ldap.conf

package info (click to toggle)
mod-vhost-ldap 2.4.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 156 kB
  • ctags: 59
  • sloc: ansic: 582; makefile: 31
file content (9 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
### mod_vhost_ldap depends on mod_ldap ###
### you have to enable mod_ldap as well ###

<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 "changeme"
</IfModule>