Changeset:
2d2c49441bc5
https://sourceforge.net/p/mrbs/hg-code/ci/2d2c49441bc5e964926f9b0d1f41cbcb0cb9b5e8
Author:
John Beranek <[email protected]>
Date:
Wed Apr 13 16:53:06 2016 +0100
Log message:
Added a little more debug into the LDAP auth code.
diffstat:
web/auth/auth_ldap.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 0cadb00077ca -r 2d2c49441bc5 web/auth/auth_ldap.inc
--- a/web/auth/auth_ldap.inc Fri Apr 08 17:54:56 2016 +0100
+++ b/web/auth/auth_ldap.inc Wed Apr 13 16:53:06 2016 +0100
@@ -507,9 +507,11 @@
{
if (strcasecmp($group, $admin_group_dn) == 0)
{
+ authLdapDebug("authCheckAdminGroupCallback: Admin group successfully
found in user object");
return 1;
}
}
+ authLdapDebug("authCheckAdminGroupCallback: Admin group not found in
user object");
}
}
return 0;
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits