Class Passwd_Driver_kolab

Description

The Kolab class attempts to change a user's password on the designated Kolab backend. Based off the LDAP passwd class.

$Horde: passwd/lib/Driver/kolab.php,v 1.2.2.9 2009/01/06 15:25:23 jan Exp $

Copyright 2005-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.php.

Located in /lib/Driver/kolab.php (line 17)

Passwd_Driver
   |
   --Passwd_Driver_kolab
Method Summary
 Passwd_Driver_kolab Passwd_Driver_kolab ([array $params = array()])
 boolean changePassword (string $username, string $old_password, string $new_password)
Variables
Methods
Constructor Passwd_Driver_kolab (line 24)

Constructs a new Passwd_Driver_kolab object.

Passwd_Driver_kolab Passwd_Driver_kolab ([array $params = array()])
  • array $params: A hash containing connection parameters.
changePassword (line 38)

Changes the user's password.

  • return: True or false based on success of the change.
boolean changePassword (string $username, string $old_password, string $new_password)
  • string $username: The user for which to change the password.
  • string $old_password: The old (current) user password.
  • string $new_password: The new user password to set.

Redefinition of:
Passwd_Driver::changePassword()
Change the user's password.

Inherited Methods

Inherited From Passwd_Driver

 Passwd_Driver::Passwd_Driver()
 Passwd_Driver::changePassword()
 Passwd_Driver::comparePasswords()
 Passwd_Driver::encryptPassword()
 Passwd_Driver::factory()

Documentation generated on Sun, 30 Jan 2011 05:36:07 +0000 by phpDocumentor 1.4.3