From 8290929aa6fcb1e62e79d7acf8bf310c8d6f94d7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sun, 29 Sep 2013 23:53:14 +0200 Subject: LDAP Wizard: autodetect base DN --- apps/user_ldap/lib/ldap.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/user_ldap/lib/ldap.php') diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php index b63e969912a..13314462b8c 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -49,6 +49,10 @@ class LDAP implements ILDAPWrapper { $isCritical, $cookie); } + public function countEntries($link, $result) { + return $this->invokeLDAPMethod('count_entries', $link, $result); + } + public function errno($link) { return $this->invokeLDAPMethod('errno', $link); } -- cgit v1.2.3