mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
31 lines
767 B
Plaintext
31 lines
767 B
Plaintext
#
|
|
# slapd config -- for testing of ldap metadirectory
|
|
#
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database ldbm
|
|
suffix "ou=People,dc=foo,dc=example,dc=com"
|
|
rootdn "cn=Root,ou=People,dc=foo,dc=example,dc=com"
|
|
rootpw ldap
|
|
directory ./meta-db/1
|
|
lastmod on
|
|
index objectClass pres,eq
|
|
|
|
database ldbm
|
|
suffix "ou=People,dc=bar,dc=example,dc=com"
|
|
rootdn "cn=Root,ou=People,dc=bar,dc=example,dc=com"
|
|
rootpw ldap
|
|
directory ./meta-db/2
|
|
index objectClass pres,eq
|
|
|
|
database ldbm
|
|
suffix "ou=Groups,dc=bar,dc=example,dc=com"
|
|
rootdn "cn=Root,ou=Groups,dc=bar,dc=example,dc=com"
|
|
rootpw ldap
|
|
directory ./meta-db/3
|
|
index objectClass pres,eq
|
|
|