diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-16 14:57:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-16 14:57:29 +0200 |
commit | 97d853738a59c55a6a44aa4fca622f8af05f0de6 (patch) | |
tree | 5c5ea61263b2566b0a87784d1c14bc6e20e2fdb0 /plugins/password/config.inc.php.dist | |
parent | 0a96bdf74d829cd230718243eeb733ad4e71bf5a (diff) | |
parent | 1599665651a3e6e259091e3f9576c47c06b20a30 (diff) |
Merge pull request #203 from mdamt/gearman-password
New gearman driver for password plugin
Diffstat (limited to 'plugins/password/config.inc.php.dist')
-rw-r--r-- | plugins/password/config.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 16b7f9317..d979a1901 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -367,3 +367,8 @@ $config['password_expect_params'] = ''; $config['password_smb_host'] = 'localhost'; // Location of smbpasswd binary $config['password_smb_cmd'] = '/usr/bin/smbpasswd'; + +// gearman driver options +// --------------------- +// Gearman host (default: localhost) +$config['password_gearman_host'] = 'localhost'; |