summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/password/README')
-rw-r--r--plugins/password/README24
1 files changed, 14 insertions, 10 deletions
diff --git a/plugins/password/README b/plugins/password/README
index 830a14074..a31a0e076 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -60,7 +60,7 @@
-------------------
You can specify which database to connect by 'password_db_dsn' option and
- what SQL query to execute by 'password_query'. See main.inc.php file for
+ what SQL query to execute by 'password_query'. See main.inc.php.dist file for
more info.
Example implementations of an update_passwd function:
@@ -165,20 +165,20 @@
-------------------------------------
You can specify which host to connect to via 'password_pop_host' and
- what port via 'password_pop_port'. See config.inc.php file for more info.
+ what port via 'password_pop_port'. See config.inc.php.dist file for more info.
2.4. LDAP (ldap)
----------------
- See config.inc.php file. Requires PEAR::Net_LDAP2 package.
+ See config.inc.php.dist file. Requires PEAR::Net_LDAP2 package.
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
+ You can specify which host to connect to via 'password_directadmin_host'
+ and what port via 'password_direactadmin_port'. See config.inc.php.dist file
for more info.
@@ -186,14 +186,14 @@
--------------------
You can specify parameters for HTTP connection to cPanel's admin
- interface. See config.inc.php file for more info.
+ interface. See config.inc.php.dist file for more info.
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.
+ and 'password_ximss_port'. See config.inc.php.dist file for more info.
2.8. Virtualmin (virtualmin)
@@ -207,7 +207,9 @@
2.9. hMailServer (hmail)
------------------------
- Requires PHP COM (Windows only).
+ Requires PHP COM (Windows only). For access to hMail server on remote host
+ you'll need to define 'hmailserver_remote_dcom' and 'hmailserver_server'.
+ See config.inc.php.dist file for more info.
2.10. PAM (pam)
@@ -221,7 +223,7 @@
-------------------------
Driver that adds functionality to change the systems user password via
- the 'chpasswd' command. See config.inc.php file.
+ the 'chpasswd' command. See config.inc.php.dist file.
Attached wrapper script (chpass-wrapper.py) restricts password changes
to uids >= 1000 and can deny requests based on a blacklist.
@@ -245,7 +247,8 @@
2.13. XMail (xmail)
-----------------------------------
- Driver for XMail (www.xmailserver.org). See config.inc.php file for configuration description.
+ Driver for XMail (www.xmailserver.org). See config.inc.php.dist file
+ for configuration description.
3. Driver API
@@ -256,3 +259,4 @@
may return PASSWORD_SUCCESS on success or any of PASSWORD_CONNECT_ERROR,
PASSWORD_CRYPT_ERROR, PASSWORD_ERROR when driver was unable to change password.
See existing drivers in drivers/ directory for examples.
+