summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/IUserLDAP.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/IUserLDAP.php')
-rw-r--r--apps/user_ldap/lib/IUserLDAP.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/IUserLDAP.php b/apps/user_ldap/lib/IUserLDAP.php
index c04e2ddffe7..2151795b647 100644
--- a/apps/user_ldap/lib/IUserLDAP.php
+++ b/apps/user_ldap/lib/IUserLDAP.php
@@ -2,7 +2,6 @@
/**
* @author Roger Szabo <roger.szabo@web.de>
*
- * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
@@ -42,7 +41,7 @@ interface IUserLDAP {
/**
* Return 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);
}