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