Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / openldap / dist / servers / slapd / back-sql / rdbms_depend / mssql / slapd.conf
blob06d477a835891d2d941330c8688034085f76061e
1 # $OpenLDAP: pkg/ldap/servers/slapd/back-sql/rdbms_depend/mssql/slapd.conf,v 1.3 2001/08/02 15:28:59 mit Exp $
3 # See slapd.conf(5) for details on configuration options.
4 # This file should NOT be world readable.
6 include         ./schema/core.schema
7 include         ./schema/cosine.schema
8 include         ./schema/inetorgperson.schema
10 # Define global ACLs to disable default read access.
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
16 pidfile         ./slapd.pid
17 argsfile        ./slapd.args
19 #######################################################################
20 # sql database definitions
21 #######################################################################
23 database        sql
24 suffix          "o=sql,c=RU"
25 rootdn          "cn=root,o=sql,c=RU"
26 rootpw          secret
27 dbname          ldap_mssql
28 dbuser          ldap
29 dbpasswd        ldap
30 subtree_cond    "ldap_entries.dn LIKE '%'+?"