From b7fdfb2d0d5aa34cfad63cea021c43d3e257c0c5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 19 Feb 2009 19:55:19 +0000 Subject: [PATCH] * 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. --- citadel/modules/ldap/serv_ldap.c | 3 +++ 1 file changed, 3 insertions(+) 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" ); -- 2.39.2