diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-16 11:31:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-16 11:31:49 +0000 |
| commit | 9dd69b8257550c642443026c704feb8e9067910a (patch) | |
| tree | 70b4550254c889a8a4df186df105cec85ef52c77 /plugins/password/README | |
| parent | 39eda9547488b2600bae2a94a779971bc9353381 (diff) | |
- Password: added virtualmin driver (#1486398)
git-svn-id: https://svn.roundcube.net/trunk@3498 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/plugins/password/README b/plugins/password/README index c7e8203ad..853e4b38f 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -30,9 +30,10 @@ 2.2. Cyrus/SASL (sasl) 2.3. Poppassd/Courierpassd (poppassd) 2.4. LDAP (ldap) - 2.5. DirectAdmin Control Panel - 2.6. cPanel - 2.7. XIMSS (Communigate) + 2.5. DirectAdmin Control Panel (directadmin) + 2.6. cPanel (cpanel) + 2.7. XIMSS/Communigate (ximms) + 2.8. Virtualmin (virtualmin) 3. Driver API @@ -168,28 +169,36 @@ See config.inc.php file. Requires PEAR::Net_LDAP2 package. - 2.5. DirectAdmin Control Panel - ------------------------------------- + 2.5. DirectAdmin Control Panel (directadmin) + -------------------------------------------- You can specify which host to connect to via 'password_directadmin_host' and what port via 'password_direactadmin_port'. See config.inc.php file for more info. - 2.6. cPanel - ----------- + 2.6. cPanel (cpanel) + -------------------- You can specify parameters for HTTP connection to cPanel's admin interface. See config.inc.php file for more info. - 2.7. XIMSS (Communigate) - ------------------------------------- + 2.7. XIMSS/Communigate (ximms) + ------------------------------ You can specify which host and port to connect to via 'password_ximss_host' and 'password_ximss_port'. See config.inc.php file for more info. + 2.8. Virtualmin (virtualmin) + ---------------------------- + + As in sasl driver this one allows to change password using shell + utility called "virtualmin". See drivers/chgvirtualminpasswd.c for + installation instructions. + + 3. Driver API ------------- |
