diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-10-12 23:47:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-10-12 23:47:07 +0200 |
commit | 9e817e9e0b5d6c0b34954bfef70510b64ced11f4 (patch) | |
tree | 6f6ffdcb8bedef2502b8b859ebed99860723e6fc /apps/user_ldap/lib/Access.php | |
parent | 17fa45a29200ced15b4258f2d06d8159b60856f9 (diff) | |
download | nextcloud-server-9e817e9e0b5d6c0b34954bfef70510b64ced11f4.tar.gz nextcloud-server-9e817e9e0b5d6c0b34954bfef70510b64ced11f4.zip |
symfony replaced table helper by class, fixes two broken LDAP occ commands
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib/Access.php')
-rw-r--r-- | apps/user_ldap/lib/Access.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 96b6bae64bd..40bae8d7b41 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -304,7 +304,6 @@ class Access extends LDAPUtility implements IUserTools { } /** - public function ocname2dn($name, $isUser) { * returns the internal ownCloud name for the given LDAP DN of the group, false on DN outside of search DN or failure * @param string $fdn the dn of the group object * @param string $ldapName optional, the display name of the object |