All calls to ldap_init(host,port) are now replaced with a wrapper function ctdl_ldap_...
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 6 Nov 2014 17:52:12 +0000 (12:52 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 6 Nov 2014 17:52:12 +0000 (12:52 -0500)
commitde83ad2eba5500b5a729da8cf721db202f9223bd
tree4200d231460e4271051e0497a13ed18cc097e7d6
parentff22461b8cd9d5558dbfe1df86c40eb023a5d813
All calls to ldap_init(host,port) are now replaced with a wrapper function ctdl_ldap_init() that connects to the correct server specified in our config.
citadel/ldap.c