summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User_LDAP.php
diff options
context:
space:
mode:
authorroot <roger.szabo@web.de>2016-07-27 15:16:57 +0800
committerroot <roger.szabo@web.de>2016-07-27 15:16:57 +0800
commit1c64ee67afb41f3d3872f1ad59d5c3c900394bbb (patch)
tree5d8fd5aad4b679c6b54abf81be05b9516501a85b /apps/user_ldap/lib/User_LDAP.php
parent32fb6beac3fe9b202ed4a52f3a2bfede72cbc19b (diff)
downloadnextcloud-server-1c64ee67afb41f3d3872f1ad59d5c3c900394bbb.tar.gz
nextcloud-server-1c64ee67afb41f3d3872f1ad59d5c3c900394bbb.zip
comments amended
Diffstat (limited to 'apps/user_ldap/lib/User_LDAP.php')
-rw-r--r--apps/user_ldap/lib/User_LDAP.php2
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 712cc9601dd..7e5968e9003 100644
--- a/apps/user_ldap/lib/User_LDAP.php
+++ b/apps/user_ldap/lib/User_LDAP.php
@@ -96,7 +96,7 @@ class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn
* returns the username for the given LDAP DN, if available
*
* @param string $dn
- * @return string|false with the name to use in ownCloud
+ * @return string|false with the username
*/
public function dn2UserName($dn) {
return $this->access->dn2username($dn);