Passwd
Interfaces, Classes, Traits and Enums
- Passwd_Application
- Passwd application API.
- Passwd_Basic
- Base class for basic view pages.
- Passwd_Driver_Adsi
- The ADSI class changes a user's password on any Windows Machine/NT-Domain using the ADSI COM Interface.
- Passwd_Driver_Composite
- The composite class chains other drivers together to change and a user's password stored on various backends.
- Passwd_Driver_Expect
- An expect implementation of the passwd system.
- Passwd_Driver_Expectpecl
- A PECL expect implementation of the Passwd system.
- Passwd_Driver_Horde
- The Horde driver attempts to change a user's password without caring about the actual implementation.
- Passwd_Driver_Http
- Driver to change a user's password via a web based interface.
- Passwd_Driver_Ispconfig
- Changes an email password using the ISPConfig 3 API.
- Passwd_Driver_Kolab
- The Kolab class attempts to change a user's password on the designated Kolab backend. Based off the LDAP passwd class.
- Passwd_Driver_Ldap
- The LDAP class attempts to change a user's password stored in an LDAP directory service.
- Passwd_Driver_Null
- Null driver.
- Passwd_Driver_Pine
- Changes a user's password in a Pine password file.
- Passwd_Driver_Poppassd
- Changes a password via a poppassd server.
- Passwd_Driver_Procopen
- A procopen implementation of the passwd system.
- Passwd_Driver_Pspasswd
- The PSPasswd class changes a user's password on any Windows Machine (NT+) using the pspasswd free utility available at Sysinternals website: http://www.sysinternals.com/ntw2k/freeware/pspasswd.shtml
- Passwd_Driver_Servuftp
- Changes a password via the SITE PSWD command used by Serv-u ftpd for Windows.
- Passwd_Driver_Smbldap
- Changes an LDAP password and Samba password stored in an LDAP directory service.
- Passwd_Driver_Smbpasswd
- Changes a password on a samba server.
- Passwd_Driver_Soap
- Changes a password through a SOAP request.
- Passwd_Driver_Sql
- Changes a password stored in an SQL database.
- Passwd_Driver_Vmailmgr
- Changes a password on a local vmailmgr daemon.
- Passwd_Driver_Vpopmail
- The vpopmail class attempts to change a user's password for vpopmail based servers. It is very similar to the more generic sql driver, and the two should probably be merged into one driver if possible.
- Passwd_Driver
- The API for implementing password change systems for Passwd.
- Passwd_Exception
- Passwd exception class.
- Passwd_Factory_Driver
- A Horde_Injector based Passwd_Driver factory.
- Passwd_Test
- Passwd test configuration.
Table of Contents
- HORDE_BASE = \PASSWD_BASE . '/..'
- PASSWD_BASE = __DIR__ . '/..'
Constants
HORDE_BASE
public
mixed
HORDE_BASE
= \PASSWD_BASE . '/..'
PASSWD_BASE
public
mixed
PASSWD_BASE
= __DIR__ . '/..'