diff options
author | root <roger.szabo@web.de> | 2016-07-27 15:10:35 +0800 |
---|---|---|
committer | root <roger.szabo@web.de> | 2016-07-27 15:10:35 +0800 |
commit | 32fb6beac3fe9b202ed4a52f3a2bfede72cbc19b (patch) | |
tree | 80a947f8dca98263368c050789d1abd40c53641c /apps/user_ldap/lib/IUserLDAP.php | |
parent | 1fb080df2bd105ece36f32dba41f401167637a8b (diff) | |
download | nextcloud-server-32fb6beac3fe9b202ed4a52f3a2bfede72cbc19b.tar.gz nextcloud-server-32fb6beac3fe9b202ed4a52f3a2bfede72cbc19b.zip |
final changes
Diffstat (limited to 'apps/user_ldap/lib/IUserLDAP.php')
-rw-r--r-- | apps/user_ldap/lib/IUserLDAP.php | 3 |
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); } |