From a174b06e5c1947ee897b7f1884d4fbb66d709f50 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 26 Mar 2004 05:13:15 +0000 Subject: [PATCH] * citadel-slapd.conf: comment out the reference to the Citadel schema and add "schemacheck off" to make it easier to get started with the Citadel LDAP connector. Also made the backend in the sample conf ldbm instead of bdb, because that's what RH9 ships with. --- citadel/ChangeLog | 7 +++++++ citadel/citadel-slapd.conf | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 35d01c27c..9c7b1fee8 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,10 @@ $Log$ + Revision 614.101 2004/03/26 05:13:15 ajc + * citadel-slapd.conf: comment out the reference to the Citadel schema + and add "schemacheck off" to make it easier to get started with the + Citadel LDAP connector. Also made the backend in the sample conf + ldbm instead of bdb, because that's what RH9 ships with. + Revision 614.100 2004/03/24 21:23:50 ajc * msgbase.c: repaired a memory leak @@ -5613,3 +5619,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel-slapd.conf b/citadel/citadel-slapd.conf index 878a1909d..eb2fd8fcc 100644 --- a/citadel/citadel-slapd.conf +++ b/citadel/citadel-slapd.conf @@ -7,18 +7,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" -- 2.39.2