annotate mod_lib_ldap/dev/slapd.conf @ 811:e2d940d81613
mod_smacks: Only request ack for stanzas
| author |
Kim Alvefur <zash@zash.se> |
| date |
Mon, 10 Sep 2012 21:11:04 +0200 |
| parents |
1d51c5e38faa |
| children |
1f45cef9e5c7 |
| rev |
line source |
|
809
|
1 include /etc/openldap/schema/core.schema
|
|
|
2 # I needed the following two schema definitions for posixGroup; if you don't
|
|
|
3 # need it, don't include them
|
|
|
4 include /etc/openldap/schema/cosine.schema
|
|
|
5 include /etc/openldap/schema/nis.schema
|
|
|
6
|
|
|
7 pidfile /var/run/openldap/slapd.pid
|
|
|
8 argsfile /var/run/openldap/slapd.args
|
|
|
9 database bdb
|
|
|
10 suffix "dc=example,dc=com"
|
|
|
11 rootdn "cn=Manager,dc=example,dc=com"
|
|
|
12 rootpw prosody
|
|
|
13 directory /var/lib/openldap/openldap-data
|
|
|
14 index objectClass eq
|