diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-20 19:23:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-20 19:23:59 +0200 |
commit | bcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 (patch) | |
tree | ba3ed5cc3b6062483a1f30f8ab0d1d8511a67a65 /plugins/password/README | |
parent | 85ef036bbd7d77d6fc7deef4890af8671f689d41 (diff) |
s/$rcmail_config/$config/ also for plugins configuration
Diffstat (limited to 'plugins/password/README')
-rw-r--r-- | plugins/password/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/password/README b/plugins/password/README index bd462592e..262ebfd86 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -247,7 +247,7 @@ This driver is fully compatible with the ldap driver, but does not require (or uses) the - $rcmail_config['password_ldap_force_replace'] variable. + $config['password_ldap_force_replace'] variable. Other advantages: * Connects only once with the LDAP server when using the search user. * Does not read the DN, but only replaces the password within (that is @@ -306,9 +306,9 @@ Driver for the daemon of vpopmail. Vpopmail is used with qmail to enable virtual users that are saved in a database and not in /etc/passwd. - Set $rcmail_config['password_vpopmaild_host'] to the host where vpopmaild runs. + Set $config['password_vpopmaild_host'] to the host where vpopmaild runs. - Set $rcmail_config['password_vpopmaild_port'] to the port of vpopmaild. + Set $config['password_vpopmaild_port'] to the port of vpopmaild. 3. Driver API |