diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php index 967754db7d..4dad34f5b1 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -106,7 +106,7 @@ class LDAP implements ILDAPWrapper { * @link http://www.php.net/manual/en/function.ldap-explode-dn.php */ public function explodeDN($dn, $withAttrib) { - return $this->invokeLDAPMethod('ldap_explode_dn', $dn, $withAttrib); + return $this->invokeLDAPMethod('explode_dn', $dn, $withAttrib); } /**