1999-09-08 18:52:19 -04:00
|
|
|
# $OpenLDAP$
|
1999-01-15 20:48:26 -05:00
|
|
|
#
|
|
|
|
|
# See slapd.conf(5) for details on configuration options.
|
1999-01-15 20:51:02 -05:00
|
|
|
# This file should NOT be world readable.
|
1999-01-15 20:48:26 -05:00
|
|
|
#
|
2000-06-05 13:47:15 -04:00
|
|
|
include %SYSCONFDIR%/schema/core.schema
|
1999-06-12 17:02:11 -04:00
|
|
|
|
1999-10-21 13:53:56 -04:00
|
|
|
# Define global ACLs to disable default read access.
|
1999-10-15 16:34:42 -04:00
|
|
|
|
|
|
|
|
# Do not enable referrals until AFTER you have a working directory
|
|
|
|
|
# service AND an understanding of referrals.
|
1999-06-12 17:02:11 -04:00
|
|
|
#referral ldap://root.openldap.org
|
1998-08-08 20:43:13 -04:00
|
|
|
|
1999-01-24 16:20:00 -05:00
|
|
|
pidfile %LOCALSTATEDIR%/slapd.pid
|
|
|
|
|
argsfile %LOCALSTATEDIR%/slapd.args
|
|
|
|
|
|
2000-04-30 11:01:32 -04:00
|
|
|
# Load dynamic backend modules
|
|
|
|
|
|
|
|
|
|
# modulepath %MODULEDIR%
|
|
|
|
|
# moduleload back_bdb2.la
|
|
|
|
|
# moduleload back_ldap.la
|
|
|
|
|
# moduleload back_ldbm.la
|
|
|
|
|
# moduleload back_passwd.la
|
|
|
|
|
# moduleload back_perl.la
|
|
|
|
|
# moduleload back_shell.la
|
|
|
|
|
# moduleload back_bdb2.la
|
|
|
|
|
# moduleload back_tcl.la
|
|
|
|
|
|
1998-08-08 20:43:13 -04:00
|
|
|
#######################################################################
|
|
|
|
|
# ldbm database definitions
|
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
|
|
database ldbm
|
1999-12-04 13:35:33 -05:00
|
|
|
suffix "dc=my-domain, dc=com"
|
|
|
|
|
#suffix "o=My Organization Name, c=US"
|
|
|
|
|
rootdn "cn=Manager, dc=my-domain, dc=com"
|
|
|
|
|
#rootdn "cn=Manager, o=My Organization Name, c=US"
|
1999-01-15 20:48:26 -05:00
|
|
|
# cleartext passwords, especially for the rootdn, should
|
2000-06-18 15:38:01 -04:00
|
|
|
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
|
2000-05-03 06:07:21 -04:00
|
|
|
rootpw secret
|
2000-05-29 01:54:36 -04:00
|
|
|
# database directory
|
|
|
|
|
# this directory MUST exist prior to running slapd AND
|
2000-06-18 15:38:01 -04:00
|
|
|
# should only be accessable by the slapd/tools. Mode 700 recommended.
|
2000-05-03 06:07:21 -04:00
|
|
|
directory %LOCALSTATEDIR%/openldap-ldbm
|