From 325a942b1cba44a616676acc7f6d5e1600aa7784 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 24 Jun 2010 14:56:06 +0200 Subject: [PATCH] Don't quote protocol, default to write as user. --- framework/Core/lib/Horde/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index 214a200c7..36a4e4d62 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -660,6 +660,7 @@ class Horde_Config $version = array( '_type' => 'int', 'required' => true, + 'quote' => false, 'desc' => 'LDAP protocol version', 'switch' => array( '2' => array( @@ -683,7 +684,7 @@ class Horde_Config $writeas = array( 'desc' => 'Bind to LDAP as which user when performing writes?', - 'default' => $this->_default($ctx . '|writeas', 'search'), + 'default' => $this->_default($ctx . '|user', 'search'), 'switch' => array( 'user' => array( 'desc' => 'Bind as the currently logged-in user', -- 2.11.0