]> source.dussan.org Git - nextcloud-server.git/commitdiff
comments amended
authorroot <roger.szabo@web.de>
Wed, 27 Jul 2016 07:16:57 +0000 (15:16 +0800)
committerroot <roger.szabo@web.de>
Wed, 27 Jul 2016 07:16:57 +0000 (15:16 +0800)
apps/user_ldap/lib/User_LDAP.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/tests/LDAPProviderTest.php

index 712cc9601dd56afdc90fcc755989ad1d4fc8ef9e..7e5968e9003393d19264ecf05f992f1f294d63d9 100644 (file)
@@ -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);
index 8537d22a43bf83087468fc2f679a7541fef21eeb..cced469a7ae071eff5dcbfc3e7e56f2c179d1cc0 100644 (file)
@@ -199,7 +199,7 @@ class User_Proxy extends Proxy implements \OCP\IUserBackend, \OCP\UserInterface,
         * 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) {
                $id = 'DN,' . $dn;
index 071cc09fa63a663867f16efce9e2f70b4f179468..97434897ce4152852baa25431f2f8fbe0b5afdc6 100644 (file)
@@ -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