openldap/servers/slapd/back-meta/data/slapd-meta-plain.conf
2001-12-27 12:17:54 +00:00

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"