lib/Auth

Aleksander Machniak machniak at kolabsys.com
Fri Sep 13 13:54:03 CEST 2013


 lib/Auth/LDAP.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4141bb33d01fcd9a98953d5906abb2e43f203f45
Author: Aleksander Machniak <alec at alec.pl>
Date:   Fri Sep 13 13:53:34 2013 +0200

    It should be ldap.vlv, not kolab_wap.vlv

diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php
index 5a9a8a8..0ef1f26 100644
--- a/lib/Auth/LDAP.php
+++ b/lib/Auth/LDAP.php
@@ -51,7 +51,7 @@ class LDAP extends Net_LDAP3 {
         $this->config_set("service_bind_pw", $this->conf->get("service_bind_pw"));
 
         $this->config_set("login_filter", $this->conf->get("kolab_wap", "login_filter"));
-        $this->config_set("vlv", $this->conf->get("kolab_wap", "vlv", Conf::AUTO));
+        $this->config_set("vlv", $this->conf->get("ldap", "vlv", Conf::AUTO));
 
         // See if we are to connect to any domain explicitly defined.
         if (empty($domain)) {




More information about the commits mailing list