* citadel-openldap.schema: added. (OpenLDAP schema for Citadel)
authorArt Cancro <ajc@citadel.org>
Sat, 31 Jan 2004 05:46:05 +0000 (05:46 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 31 Jan 2004 05:46:05 +0000 (05:46 +0000)
* citadel-slapd.conf: added.  (Sample OpenLDAP configuration)
* serv_ldap.c: after binding to the LDAP server, create the node for the
  base DN if it isn't there.  When creating a node for the user, also
  create a node for the user's OU if it isn't there.

citadel/citadel-slapd.conf [new file with mode: 0644]

diff --git a/citadel/citadel-slapd.conf b/citadel/citadel-slapd.conf
new file mode 100644 (file)
index 0000000..810ff9b
--- /dev/null
@@ -0,0 +1,18 @@
+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
+suffix "dc=servername,dc=domain,dc=org"
+rootdn "cn=manager,dc=servername,dc=domain,dc=org"
+rootpw secret
+
+directory /usr/local/citadel/openldap-data
+
+index  objectClass     eq
+
+
+
+
+