1# $OpenLDAP$
2#
3# See slapd.conf(5) for details on configuration options.
4# This file should NOT be world readable.
5#
6include		./schema/core.schema
7include		./schema/cosine.schema
8include		./schema/inetorgperson.schema
9
10# Define global ACLs to disable default read access.
11
12# Do not enable referrals until AFTER you have a working directory
13# service AND an understanding of referrals.
14#referral	ldap://root.openldap.org
15
16pidfile		./slapd.pid
17argsfile	./slapd.args
18
19#######################################################################
20# sql database definitions
21#######################################################################
22
23database	sql
24suffix		"o=sql,c=RU"
25rootdn		"cn=root,o=sql,c=RU"
26rootpw		secret
27dbname		ldap_mssql
28dbuser		ldap
29dbpasswd	ldap
30subtree_cond	"ldap_entries.dn LIKE '%'+?"
31