| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 169 lignes (7 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
auth_:: (2 méthodes):
authenticate()
change_password()
| authenticate($username, $passwd) X-Ref |
| authentication against LDAP param: string $username username of account to authenticate param: string $passwd corresponding password return: boolean true if successful authenticated, false otherwise |
| change_password($old_passwd, $new_passwd, $account_id=0) X-Ref |
| changes password in LDAP param: string $old_passwd must be cleartext or empty to not to be checked param: string $new_passwd must be cleartext param: int $account_id account id of user whose passwd should be changed return: boolean true if password successful changed, false otherwise |
| Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |