X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel-slapd.conf;h=d4b3cf67455af74f6ed00fcb54c99267cd909014;hb=8179fa6e60da83d53435ed943d15a3eddb3a0d5f;hp=878a1909d31e0a150f4e4722056b52dea7da7143;hpb=952f066347e68b8585982f7de42a85e6d5ea55c5;p=citadel.git diff --git a/citadel/citadel-slapd.conf b/citadel/citadel-slapd.conf index 878a1909d..d4b3cf674 100644 --- a/citadel/citadel-slapd.conf +++ b/citadel/citadel-slapd.conf @@ -1,5 +1,3 @@ -# $Id$ -# # This is a sample OpenLDAP configuration file (usually placed in # /etc/openldap/slapd.conf) for use with the Citadel LDAP connector. # @@ -7,18 +5,21 @@ # we've built our directory tree's Base DN using the components of that # domain name. You can change this if you'd like. # -# Note that we reference the Citadel OpenLDAP schema. This is required. -# # Once you've got this in place, all you have to do is run slapd, configure # Citadel to point its LDAP connector at it, and run the IGAB command to # initialize the directory. -include /usr/local/citadel/citadel-openldap.schema +# A sample schema is included, but you're probably better off +# just going with "schemacheck off" and using whatever schema came with +# your system's slapd. +# +# include /usr/local/citadel/citadel-openldap.schema pidfile /usr/local/citadel/openldap-data/slapd.pid argsfile /usr/local/citadel/openldap-data/slapd.args -database bdb +database ldbm +schemacheck off allow bind_v2 suffix "dc=servername,dc=domain,dc=org" rootdn "cn=manager,dc=servername,dc=domain,dc=org"