From 1599665651a3e6e259091e3f9576c47c06b20a30 Mon Sep 17 00:00:00 2001
From: Mohammad Anwari <mdamt@mdamt.net>
Date: Mon, 14 Jul 2014 12:54:32 -0400
Subject: [PATCH] New gearman driver for password plugin

---
 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 16b7f93..d979a19 100644
--- a/plugins/password/config.inc.php.dist
+++ b/plugins/password/config.inc.php.dist
@@ -367,3 +367,8 @@
 $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';

--
Gitblit v1.9.1