openldap/servers/slapd/slapd.conf

23 lines
718 B
Text
Raw Normal View History

#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
1998-10-24 21:41:42 -04:00
include %SYSCONFDIR%/slapd.at.conf
include %SYSCONFDIR%/slapd.oc.conf
1998-08-08 20:43:13 -04:00
schemacheck off
referral ldap://ldap.itd.umich.edu
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
suffix "dc=your-domain, dc=com"
#suffix "o=Your Organization Name, c=US"
1998-08-08 20:43:13 -04:00
directory /usr/tmp
rootdn "cn=root, dc=your-domain, dc=com"
#rootdn "cn=root, o=Your Organization Name, c=US"
1998-08-08 20:43:13 -04:00
rootpw secret
# cleartext passwords, especially for the rootdn, should
# be avoid. See slapd.conf(5) for details.