* Added "Base DN" "Bind DN" and "Bind DN password" config options
authorArt Cancro <ajc@citadel.org>
Sat, 17 Jan 2004 22:57:54 +0000 (22:57 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 17 Jan 2004 22:57:54 +0000 (22:57 +0000)
commit0570c7fd15495912f7ae76a56665bb95827f9470
tree6bf4da1fdf9eb30ad764c56e53d4246aafdfa6a1
parent3a7935ed6115c8463552124b730ed5484447235c
* 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.
citadel/ChangeLog
citadel/Makefile.in
citadel/citadel.h
citadel/control.c
citadel/routines2.c
citadel/serv_chat.c
citadel/serv_extensions.c
citadel/serv_extensions.h
citadel/serv_ldap.c [new file with mode: 0644]
citadel/serv_vandelay.c