From 3e763c2cff33785bbb51baa30617144a654973cd Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Sep 2010 14:48:02 +0200 Subject: [PATCH] Fix configuration specifier. --- framework/Core/lib/Horde/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index e9881b984..699500815 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -725,7 +725,7 @@ class Horde_Config 'writeas' => array( 'desc' => 'Bind to LDAP as which user when performing writes?', - 'default' => $this->_default($ctx . '|user', 'search'), + 'default' => $this->_default($ctx . '|writeas', 'search'), 'switch' => array( 'user' => array( 'desc' => 'Bind as the currently logged-in user', -- 2.11.0