diff --git a/functions/abook_ldap_server.php b/functions/abook_ldap_server.php index 57b4a43dc..5db39cc10 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. } ?>