X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fabook_ldap_server.php;h=5db39cc10780ba6804edc75c15556c43c1f0cd5d;hp=57b4a43dc5375a559c65b41f948c3cb904cb8e04;hb=aeee871f74027b914f78e231b587572051a95e91;hpb=40c9b37a16319f362369c122314c28fdc3ff14e5 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. } ?>