]> code.citadel.org Git - citadel.git/blob - citadel/citadel-slapd.conf
878a1909d31e0a150f4e4722056b52dea7da7143
[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 # Note that we reference the Citadel OpenLDAP schema.  This is required.
11 #
12 # Once you've got this in place, all you have to do is run slapd, configure
13 # Citadel to point its LDAP connector at it, and run the IGAB command to
14 # initialize the directory.
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        bdb
22 allow           bind_v2
23 suffix          "dc=servername,dc=domain,dc=org"
24 rootdn          "cn=manager,dc=servername,dc=domain,dc=org"
25 rootpw          secret
26
27 directory       /usr/local/citadel/openldap-data
28
29 index           objectClass     eq