Merge pull request #10261 from owncloud/fix-9829
ldap_ prefix will be added in invokeLDAPMethod(), having it would lead t...
This commit is contained in:
commit
461fdd854f
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue