slapd.conf
19 lines
| 478 B
| text/plain
|
TextLexer
|
r3375 | # Sample OpenLDAP configuration file for Redmine LDAP test server | ||
# | ||||
|
r13803 | ucdata-path ./ucdata | ||
include ./schema/core.schema | ||||
|
r3375 | include ./schema/cosine.schema | ||
include ./schema/inetorgperson.schema | ||||
include ./schema/openldap.schema | ||||
include ./schema/nis.schema | ||||
|
r13803 | pidfile ./run/slapd.pid | ||
argsfile ./run/slapd.args | ||||
|
r3375 | |||
|
r13803 | database bdb | ||
suffix "dc=redmine,dc=org" | ||||
rootdn "cn=Manager,dc=redmine,dc=org" | ||||
rootpw secret | ||||
directory ./redmine | ||||
|
r3375 | # Indices to maintain | ||
|
r13803 | index objectClass eq | ||