Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 2c02fac738f900a94dd6247bc60a6720 > files > 22

openldap-servers-sql-2.4.22-7.fc14.x86_64.rpm

# $OpenLDAP: pkg/ldap/servers/slapd/back-sql/rdbms_depend/mssql/slapd.conf,v 1.3 2001/08/02 15:28:59 mit Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include		./schema/core.schema
include		./schema/cosine.schema
include		./schema/inetorgperson.schema

# 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

#######################################################################
# sql database definitions
#######################################################################

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 '%'+?"