X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fldap%2Fserv_ldap.c;h=a7551dcbfecd1efcdb4c785ffc5980e13c6b1a6f;hb=ac58dc50f76f1a97dfa368f2a3cbb19825c27f35;hp=ea84e6cdd7f5d72c88f6adda171f26b2d79edc6a;hpb=fb8c4c3d49d3c7a26c9ec5b036679bdbaf18edcf;p=citadel.git diff --git a/citadel/modules/ldap/serv_ldap.c b/citadel/modules/ldap/serv_ldap.c index ea84e6cdd..a7551dcbf 100644 --- a/citadel/modules/ldap/serv_ldap.c +++ b/citadel/modules/ldap/serv_ldap.c @@ -107,6 +107,16 @@ int connect_to_ldap(void) "LDAP: Could not connect to server."); return -1; } + else { + CtdlAideMessage( + "WARNING: populating an external LDAP address book is deprecated.\n" + "This function will be discontinued in a future release.\n" + "Please migrate to vCard-based address books as soon as possible.\n" + "Visit the Citadel support forum if you need further assistance.\n" + , + "Warning: LDAP address book is deprecated" + ); + } ldap_set_option(dirserver, LDAP_OPT_PROTOCOL_VERSION, &ldap_version);