From 435571b0310a6a3a64e6de0e5ea9b43ec7ab42c3 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 2 Jun 2010 15:49:07 -0400 Subject: [PATCH] Horde: Fix LDAP configuration * parameters must be within "params" family * filter_type -> filter (to match driver) --- horde/config/conf.xml | 120 +++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 59 deletions(-) diff --git a/horde/config/conf.xml b/horde/config/conf.xml index db994a6c6..510806d25 100644 --- a/horde/config/conf.xml +++ b/horde/config/conf.xml @@ -312,68 +312,70 @@ - - sub - - sub - one - - - - - false - - ssha - - aprmd5 - crypt - crypt-blowfish - crypt-des - crypt-md5 - md5-base64 - md5-hex - msad - plain - sha - smd5 - ssha - - + + + sub + + sub + one + + + + + false + + ssha + + aprmd5 + crypt + crypt-blowfish + crypt-des + crypt-md5 + md5-base64 + md5-hex + msad + plain + sha + smd5 + ssha + + - - shadowAccount,inetOrgPerson + + shadowAccount,inetOrgPerson - objectclass - - - - - - - + objectclass + + + + + + + - no - - - 5 - 30 - 5 - - - + no + + + 5 + 30 + 5 + + + + -- 2.11.0