Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
2 Aug 2012 at 09:04 UTC
Updated:
8 Jul 2013 at 16:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
johnbarclay commentedits in the first tab. the overall ldap settings where encryption etc are. You can also just turn off the ldap_help module which drives it. There is no need for it to be on unless you are using it. Glad the debug was helpful to you.
Comment #2
bailey86 commentedThanks for that - I seem to remember I turned it of. One of the beta testers reported the debug message - but since I can't replicate it I'll wait to see if it happens again.
Comment #3
johnbarclay commentedI ran across this and fixed it. I throw debug statements in to debug the simpletests and missed these 2 in the commit.
Comment #5
ddalquist commentedMy test users also receive a debug statement on login only, despite my first unchecking "Enabled Detailed LDAP Watchdog logging..." and then unchecking the "LDAP Help" module. All cache were cleared afterward w/Drush; however, the debug statement remains.
(It is beta....Thank you for all your work on this module.)
Comment #6
md2 commentedThe following patch should fix the issue. It is caused by a debug line being left in on line 556 of ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php
~Mark
Comment #7
katannshaw commentedI agree that this is a great module. Thanks for the fix md2. #6 solved this issue for me.
Comment #8
johnbarclay commentedComment #9
geerlingguy commentedThis has already been fixed in dev (see: #2024599: Ldap Authorization OG: Fix to debug logging).