diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-03 20:42:27 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-03 20:42:27 +0000 |
| commit | 054c6e89dbbc6d8a6e2de66c9c3319f35a3fe054 (patch) | |
| tree | ee5fbba4514da7443d00c455a577bc717289a348 /plugins/password/config.inc.php.dist | |
| parent | 640231d81031f2f1587e4b127e47cf4bb5bf6448 (diff) | |
- Improvements to DirectAdmin password driver
- Update pt-BR language
git-svn-id: https://svn.roundcube.net/trunk@4726 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/config.inc.php.dist')
| -rw-r--r-- | plugins/password/config.inc.php.dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index ddf881217..94af6d776 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -212,7 +212,10 @@ $rcmail_config['password_ldap_samba_lchattr'] = ''; // DirectAdmin Driver options // -------------------------- // The host which changes the password -// Use 'ssl://serverip' instead of 'tcp://serverip' when running DirectAdmin over SSL. +// Use 'ssl://host' instead of 'tcp://host' when running DirectAdmin over SSL. +// The host can contain the following macros that will be expanded as follows: +// %h is replaced with the imap host (from the session info) +// %d is replaced with the domain part of the username (if the username is an email) $rcmail_config['password_directadmin_host'] = 'tcp://localhost'; // TCP port used for DirectAdmin connections |
