]> code.citadel.org Git - citadel.git/commitdiff
* citadel-slapd.conf: comment out the reference to the Citadel schema
authorArt Cancro <ajc@citadel.org>
Fri, 26 Mar 2004 05:13:15 +0000 (05:13 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 26 Mar 2004 05:13:15 +0000 (05:13 +0000)
  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
citadel/citadel-slapd.conf

index 35d01c27ce7b30a66adeaeb04b38d459f5e553ce..9c7b1fee81ac95f47c3586592f632c9d5374c8a8 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
 
+
index 878a1909d31e0a150f4e4722056b52dea7da7143..eb2fd8fccff79d06fc5df2a528a06eef83f29f94 100644 (file)
@@ -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"