plugins/kolab_auth

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 7 15:45:15 CET 2014


 plugins/kolab_auth/kolab_auth.php |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5bbbcca49c3e5286de663fdb15f9f2ef37d3855b
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 7 15:31:48 2014 +0100

    Report LDAP server error in plugin hook return data (#2727)

diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php
index 1fa7755..79b1018 100644
--- a/plugins/kolab_auth/kolab_auth.php
+++ b/plugins/kolab_auth/kolab_auth.php
@@ -356,6 +356,7 @@ class kolab_auth extends rcube_plugin
         $ldap = self::ldap();
         if (!$ldap || !$ldap->ready) {
             $args['abort'] = true;
+            $args['kolab_ldap_error'] = true;
             $message = sprintf(
                     'Login failure for user %s from %s in session %s (error %s)',
                     $user,




More information about the commits mailing list