PHP Класс Horde_Block_Account_Ldap, horde
Copyright 2001-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL-2). If you
did not receive this file, see http://www.horde.org/licenses/lgpl.
Показать файл
Открыть проект
Примеры использования класса
Защищенные свойства (Protected)
Открытые методы
Защищенные методы
Описание методов
__construct()
публичный Метод
_convertWinTimeToUnix()
защищенный Метод
Code from 'brudinie at yahoo dot co dot uk' at http://nl3.php.net/ldap/
_getAccount()
защищенный Метод
Returns the user account from the LDAP source.
protected _getAccount ( ) : Horde_Ldap_Entry |
Результат |
Horde_Ldap_Entry |
An entry with complete account details. |
_getMaxPasswd()
защищенный Метод
Returns the win32 AD epoch number of days the password may be unchanged.
checkPasswordStatus()
публичный Метод
Returns the status of the current password.
getFullname()
публичный Метод
Returns the user's full name.
getHome()
публичный Метод
Returns the user's home (login) directory.
getPasswordChange()
публичный Метод
Returns the date of the user's last password change.
getShell()
публичный Метод
Returns the user's default shell.
Описание свойств
$_ldap защищенное свойство
Pointer to the LDAP connection.
protected Horde_Ldap $_ldap |
Результат |
Horde_Ldap |
|