3 # This is a sample OpenLDAP configuration file (usually placed in
4 # /etc/openldap/slapd.conf) for use with the Citadel LDAP connector.
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.
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.
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.
18 # include /usr/local/citadel/citadel-openldap.schema
20 pidfile /usr/local/citadel/openldap-data/slapd.pid
21 argsfile /usr/local/citadel/openldap-data/slapd.args
26 suffix "dc=servername,dc=domain,dc=org"
27 rootdn "cn=manager,dc=servername,dc=domain,dc=org"
30 directory /usr/local/citadel/openldap-data