diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 23:21:04 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-12 10:10:07 -0500 |
commit | 229d17e13bd2cbaf055c57dcf82922cd03d6edb8 (patch) | |
tree | f503e4cd56f987453438ed60d3d7a5c30c626026 /apps/user_ldap/lib/User_LDAP.php | |
parent | dccb8928a11fd572337d8b6ff5987cb411172276 (diff) | |
download | nextcloud-server-229d17e13bd2cbaf055c57dcf82922cd03d6edb8.tar.gz nextcloud-server-229d17e13bd2cbaf055c57dcf82922cd03d6edb8.zip |
Change LDAP method names
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/user_ldap/lib/User_LDAP.php')
-rw-r--r-- | apps/user_ldap/lib/User_LDAP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index 44de3f5da40..fa959fd9a81 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -234,7 +234,7 @@ class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn $filter, $this->access->userManager->getAttributes(true), $limit, $offset); - $ldap_users = $this->access->ownCloudUserNames($ldap_users); + $ldap_users = $this->access->nextcloudUserNames($ldap_users); Util::writeLog('user_ldap', 'getUsers: '.count($ldap_users). ' Users found', Util::DEBUG); $this->access->connection->writeToCache($cachekey, $ldap_users); |