mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
LdapUserGroupBackend
: Update PHPDoc for method retrieveUserName()
This commit is contained in:
parent
11c7f913c8
commit
b585ed25df
@ -13,6 +13,7 @@ use Icinga\Data\Inspection;
|
|||||||
use Icinga\Exception\AuthenticationException;
|
use Icinga\Exception\AuthenticationException;
|
||||||
use Icinga\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
|
use Icinga\Exception\QueryException;
|
||||||
use Icinga\Protocol\Ldap\LdapException;
|
use Icinga\Protocol\Ldap\LdapException;
|
||||||
use Icinga\Protocol\Ldap\LdapUtils;
|
use Icinga\Protocol\Ldap\LdapUtils;
|
||||||
use Icinga\Repository\LdapRepository;
|
use Icinga\Repository\LdapRepository;
|
||||||
@ -645,7 +646,7 @@ class LdapUserGroupBackend extends LdapRepository implements Inspectable, UserGr
|
|||||||
*
|
*
|
||||||
* @param string $username
|
* @param string $username
|
||||||
*
|
*
|
||||||
* @param string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function retrieveUserName($dn)
|
protected function retrieveUserName($dn)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user