mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
f6829ee903
privs, additive/substractive rules, and rule continuation. Existing rules that use 'defaultaccess none' should be 100% compatible. Rules that rely other defaultaccess settings will require addition of explicit clauses granting the access. Needs additional testing and tuning of logs
33 lines
956 B
Plaintext
33 lines
956 B
Plaintext
# $OpenLDAP$
|
|
#
|
|
# See slapd.conf(5) for details on configuration options.
|
|
# This file should NOT be world readable.
|
|
#
|
|
include %SYSCONFDIR%/slapd.at.conf
|
|
include %SYSCONFDIR%/slapd.oc.conf
|
|
|
|
# Define global ACLs to disable default read access.
|
|
|
|
# Do not enable referrals until AFTER you have a working directory
|
|
# service AND an understanding of referrals.
|
|
#referral ldap://root.openldap.org
|
|
|
|
pidfile %LOCALSTATEDIR%/slapd.pid
|
|
argsfile %LOCALSTATEDIR%/slapd.args
|
|
|
|
#######################################################################
|
|
# ldbm database definitions
|
|
#######################################################################
|
|
|
|
database ldbm
|
|
suffix "dc=your-domain, dc=com"
|
|
#suffix "o=Your Organization Name, c=US"
|
|
directory /usr/tmp
|
|
rootdn "cn=root, dc=your-domain, dc=com"
|
|
#rootdn "cn=root, o=Your Organization Name, c=US"
|
|
rootpw secret
|
|
# cleartext passwords, especially for the rootdn, should
|
|
# be avoid. See slapd.conf(5) for details.
|
|
|
|
|