Added code from Philippe Mingo on June 1, 2001
[squirrelmail.git] / functions / abook_ldap_server.php
index 57b4a43dc5375a559c65b41f948c3cb904cb8e04..5db39cc10780ba6804edc75c15556c43c1f0cd5d 100644 (file)
        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.
    }
 ?>