Search found 1 match

by mkeadle
Mon Jun 16, 2008 5:42 pm
Forum: Plugin: (Threshold)
Topic: [SOLVED] Tab shows even for users that don't have access?
Replies: 9
Views: 5345

Still broke for LDAP auth

Changing line 68 of include/plugins.php to if (read_config_option('global_auth') == 'on' || read_config_option('auth_method') == 1) { appears to resolve this for me. This still leaves it broke when using LDAP auth, which has an auth_method = 3. The easiest/dirtiest way to fix is to just continue wh...