blob: 65cebf11e2f082c606243b9f096c8515ad3994ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include D:/openldap-2_0_19_debug/schema/core.schema
include D:/openldap-2_0_19_debug/schema/cristal2.schema
pidfile D:/openldap-2_0_19_debug/slapd.pid
argsfile D:/openldap-2_0_19_debug/slapd.args
# if no access controls are present, the default is:
# Allow read by all
# rootdn can always write!
database ldbm
suffix "o=cern,c=ch"
rootdn "cn=Directory Manager,o=cern,c=ch"
rootpw estrella
index objectClass eq
|