2000-03-17 03:34:46 +08:00
|
|
|
# $OpenLDAP$
|
|
|
|
#
|
|
|
|
# See slapd.conf(5) for details on configuration options.
|
|
|
|
# This file should NOT be world readable.
|
|
|
|
#
|
2000-06-30 05:14:43 +08:00
|
|
|
include ./schema/core.schema
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
include ./schema/inetorgperson.schema
|
2000-03-17 03:34:46 +08:00
|
|
|
|
|
|
|
# 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 ./slapd.pid
|
|
|
|
argsfile ./slapd.args
|
|
|
|
|
|
|
|
#######################################################################
|
2000-06-30 05:14:43 +08:00
|
|
|
# sql database definitions
|
2000-03-17 03:34:46 +08:00
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database sql
|
|
|
|
suffix "o=sql,c=RU"
|
|
|
|
rootdn "cn=root,o=sql,c=RU"
|
|
|
|
rootpw secret
|
|
|
|
dbname ldap_mssql
|
|
|
|
dbuser ldap
|
|
|
|
dbpasswd ldap
|
|
|
|
subtree_cond "ldap_entries.dn LIKE '%'+?"
|