From e0d4662523cde95c89d5374bf5eba70738606d1c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 02 Mar 2013 13:21:59 -0500 Subject: [PATCH] Use rcube_utils::parse_host() for host config in smb driver (#1488784) --- plugins/password/config.inc.php.dist | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index e960bbe..16e3737 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -357,6 +357,10 @@ // smb Driver options // --------------------- // Samba host (default: localhost) +// Supported replacement variables: +// %n - hostname ($_SERVER['SERVER_NAME']) +// %t - hostname without the first part +// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) $rcmail_config['password_smb_host'] = 'localhost'; // Location of smbpasswd binary $rcmail_config['password_smb_cmd'] = '/usr/bin/smbpasswd'; -- Gitblit v1.9.1