From: Art Cancro Date: Thu, 19 Feb 2009 19:55:19 +0000 (+0000) Subject: * The message which warns about deprecation of the old LDAP module now contains a... X-Git-Tag: v7.86~1436 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b7fdfb2d0d5aa34cfad63cea021c43d3e257c0c5;p=citadel.git * The message which warns about deprecation of the old LDAP module now contains a link to a page on www.citadel.org explaining it in further detail. --- diff --git a/citadel/modules/ldap/serv_ldap.c b/citadel/modules/ldap/serv_ldap.c index 1d0d9b410..b13532e41 100644 --- a/citadel/modules/ldap/serv_ldap.c +++ b/citadel/modules/ldap/serv_ldap.c @@ -118,6 +118,9 @@ int connect_to_ldap(void) "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" + "\n" + "More information about this change is available at:\n" + "http://www.citadel.org/doku.php/faq:systemadmin:ldap_deprecated\n" , "Warning: LDAP address book is deprecated" );