From aeee871f74027b914f78e231b587572051a95e91 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 25 Jun 2001 17:47:06 +0000 Subject: [PATCH 1/1] Added code from Philippe Mingo on June 1, 2001 Disabled by default, but you can make the "List All" button show everyone in the LDAP server. Usually an unwise decision, but can be helpful for small sites. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1428 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/abook_ldap_server.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/functions/abook_ldap_server.php b/functions/abook_ldap_server.php index 57b4a43d..5db39cc1 100644 --- a/functions/abook_ldap_server.php +++ b/functions/abook_ldap_server.php @@ -222,5 +222,14 @@ return $ret; } // end search() + + // If you run a tiny LDAP server and you want the "List All" button + // to show EVERYONE, then uncomment this tiny block of code: + // + // function list_addr() { + // return $this->search("*"); + // } + // + // Careful with this -- it could get quite large for big sites. } ?> -- 2.25.1