]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added "Base DN" "Bind DN" and "Bind DN password" config options
[citadel.git] / citadel / ChangeLog
index 8f15d916eba61f436d2ca17657e2fe4738b996ba..bb35ff26977a6e2ebbd628f204658ff17c5d2b24 100644 (file)
@@ -1,4 +1,21 @@
  $Log$
+ Revision 614.5  2004/01/17 22:57:54  ajc
+ * Added "Base DN" "Bind DN" and "Bind DN password" config options
+ * serv_ldap.c: added.  (New module implementing the LDAP Connector)
+ * Upon startup, connect to LDAP directory and bind to it.  Unbind at exit.
+
+ Revision 614.4  2004/01/17 04:23:28  ajc
+ * Sysconfig commands for specifying where the LDAP server lives
+
+ Revision 614.3  2004/01/17 03:26:17  ajc
+ * Changed a diagnostic in msgbase.c to a higher logging level so it doesn't
+   make as much noise.
+ * Setup now adds "-x3 -llocal4" to the default inittab line.
+
+ Revision 614.2  2004/01/17 03:17:34  ajc
+ * New server command-line option "-l" to send log output to the host
+   computer's syslog facility instead of to a trace file.
+
  Revision 614.1  2004/01/02 22:13:59  ajc
  * Link to OpenLDAP client library (-lldap) and set HAVE_LDAP if present.