eb2fd8fccff79d06fc5df2a528a06eef83f29f94
[citadel.git] / citadel / citadel-slapd.conf
1 # $Id$
2 #
3 # This is a sample OpenLDAP configuration file (usually placed in
4 # /etc/openldap/slapd.conf) for use with the Citadel LDAP connector.
5 #
6 # In this sample, we have a server called "servername.domain.org" and
7 # we've built our directory tree's Base DN using the components of that
8 # domain name.  You can change this if you'd like.
9 #
10 # Once you've got this in place, all you have to do is run slapd, configure
11 # Citadel to point its LDAP connector at it, and run the IGAB command to
12 # initialize the directory.
13
14 # A sample schema is included, but you're probably better off
15 # just going with "schemacheck off" and using whatever schema came with
16 # your system's slapd.
17 #
18 # include /usr/local/citadel/citadel-openldap.schema
19
20 pidfile         /usr/local/citadel/openldap-data/slapd.pid
21 argsfile        /usr/local/citadel/openldap-data/slapd.args
22
23 database        ldbm
24 schemacheck     off
25 allow           bind_v2
26 suffix          "dc=servername,dc=domain,dc=org"
27 rootdn          "cn=manager,dc=servername,dc=domain,dc=org"
28 rootpw          secret
29
30 directory       /usr/local/citadel/openldap-data
31
32 index           objectClass     eq