Disable ldap referrals so Craptastic Directory does not break, thanks beto for the...
[citadel.git] / citadel / ldap.c
2011-10-18 Art CancroDisable ldap referrals so Craptastic Directory does...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-06-22 Art Cancro* LDAP auth - do not permit empty passwords
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-04-10 Art Cancro* oops ... fix a syntax error
2010-04-06 Art Cancro* Minor tweaks to ldap.c -- logging, remove commented...
2010-02-17 Art Cancro* Switch from ldap_search_st() to ldap_search_ext_s...
2010-02-17 Art Cancro* ldap.c needs a little love. (I only added some extra...
2009-10-24 Dave WestCleaning the API a bit more.
2009-10-07 Wilfried Göesgens* by ano: use more uniq name in the ldap module; the...
2009-09-28 Art Cancro* Added the necessary glue code for importing LDAP...
2009-04-14 Art Cancro* Some files did not have ': $' blocks. Added them
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
2009-04-10 Art Cancro* LDAP auth config now read from config file
2009-04-10 Art Cancro* LDAP auth code is now complete. Config is still...
2009-04-08 Art Cancro* Continued integrating ldap auth
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete