Passwd_Driver_pineThe pine class attempts to change a user's password on a in a pine password file.
$Horde: passwd/lib/Driver/pine.php,v 1.9.2.5 2009/01/06 15:25:23 jan Exp $
Copyright 2003-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/pine.php (line 33)
Passwd_Driver | --Passwd_Driver_pine
		
			boolean
			$_connected
			 =  false			(line 47)
		
	Boolean which contains state of the ftp connection.
		
			array
			$_contents
			 = array()			(line 54)
		
	Contents array of the pine password file.
		
			VFS
			$_ftp
						(line 40)
		
	FTP connection handle.
Inherited from Passwd_Driver
Passwd_Driver::$_errorstr
Passwd_Driver::$_params
		Constructor Passwd_Driver_pine (line 61)
	Constructs a new pine Passwd_Driver object.
		changePassword (line 266)
	Change the user's password.
		_connect (line 87)
	Connect to the FTP server.
		_decode (line 138)
	Decodes a Pine-encoded password string. The algorithm is borrowed from read_passfile() and xlate_out() functions in pine/imap.c file distributed in the Pine source archive.
		_disconnect (line 119)
	Disconnect from the FTP server and clean up the connection.
		_encode (line 179)
	Encodes an array of elements into a Pine-readable password string.
The algorith is borrowed from write_passfile() and xlate_in() functions in pine/imap.c file distributed in the Pine source archive.
		_lookup (line 215)
	Find out if a username and password is valid.
		_modify (line 242)
	Modify (update) a pine password record for a user.
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:08 +0000 by phpDocumentor 1.4.3