mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
#
|
|
# master slapd config -- for testing of ldap metadirectory
|
|
#
|
|
ucdata-path ./ucdata
|
|
include ./schema/core.schema
|
|
include ./schema/cosine.schema
|
|
include ./schema/inetorgperson.schema
|
|
#
|
|
schemacheck off
|
|
#
|
|
pidfile ./meta-db/slapd.pid
|
|
argsfile ./meta-db/slapd.args
|
|
|
|
access to attr=userPassword
|
|
by anonymous auth
|
|
by self write
|
|
|
|
access to *
|
|
by * read
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
include ./slapd-ldbm.conf
|
|
|
|
#######################################################################
|
|
# ldap database with suffix massage definitions
|
|
#######################################################################
|
|
|
|
include ./slapd-ldap.conf
|
|
|
|
#######################################################################
|
|
# meta database definitions
|
|
#######################################################################
|
|
|
|
database meta
|
|
suffix "dc=example,dc=com"
|
|
dncache-ttl forever
|
|
uri "ldap://localhost:@PORT@/ou=People,dc=foo,dc=example,dc=com"
|
|
uri "ldap://localhost:@PORT@/ou=People,dc=bar,dc=example,dc=com"
|
|
uri "ldap://localhost:@PORT@/ou=Groups,dc=bar,dc=example,dc=com"
|
|
|