Mercurial > prosody-modules
view mod_lib_ldap/dev/slapd.conf @ 815:b16b291d68c3
mod_host_guard: prevent possible traceback during host manual activation/deactivation.
| author | Marco Cirillo <maranda@lightwitch.org> |
|---|---|
| date | Wed, 12 Sep 2012 19:15:45 +0000 |
| parents | 1d51c5e38faa |
| children | 1f45cef9e5c7 |
line wrap: on
line source
include /etc/openldap/schema/core.schema # I needed the following two schema definitions for posixGroup; if you don't # need it, don't include them include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/nis.schema pidfile /var/run/openldap/slapd.pid argsfile /var/run/openldap/slapd.args database bdb suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw prosody directory /var/lib/openldap/openldap-data index objectClass eq
