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