PHP Class 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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Protected Properties
Méthodes publiques
Méthodes protégées
Method Details
__construct()
public méthode
_convertWinTimeToUnix()
protected méthode
Code from 'brudinie at yahoo dot co dot uk' at http://nl3.php.net/ldap/
_getAccount()
protected méthode
Returns the user account from the LDAP source.
protected _getAccount ( ) : Horde_Ldap_Entry |
Résultat |
Horde_Ldap_Entry |
An entry with complete account details. |
_getMaxPasswd()
protected méthode
Returns the win32 AD epoch number of days the password may be unchanged.
checkPasswordStatus()
public méthode
Returns the status of the current password.
getFullname()
public méthode
Returns the user's full name.
Returns the user's home (login) directory.
getPasswordChange()
public méthode
Returns the date of the user's last password change.
getShell()
public méthode
Returns the user's default shell.
Property Details
$_ldap protected_oe property
Pointer to the LDAP connection.
protected Horde_Ldap $_ldap |
Résultat |
Horde_Ldap |
|