1998-10-25 09:41:42 +08:00
|
|
|
include %SYSCONFDIR%/slapd.at.conf
|
|
|
|
include %SYSCONFDIR%/slapd.oc.conf
|
1998-08-09 08:43:13 +08:00
|
|
|
schemacheck off
|
|
|
|
referral ldap://ldap.itd.umich.edu
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database ldbm
|
1998-12-03 12:52:46 +08:00
|
|
|
suffix "dc=your-domain, dc=com"
|
|
|
|
#suffix "o=Your Organization Name, c=US"
|
1998-08-09 08:43:13 +08:00
|
|
|
directory /usr/tmp
|
1998-12-03 12:52:46 +08:00
|
|
|
rootdn "cn=root, dc=your-domain, dc=com"
|
|
|
|
#rootdn "cn=root, o=Your Organization Name, c=US"
|
1998-08-09 08:43:13 +08:00
|
|
|
rootpw secret
|