Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Oct 2011 at 17:22 UTC
Updated:
9 Jun 2012 at 16:28 UTC
The recent change that put "1" as the default value for simplesamlphp_auth_allowdefaultloginusers is resulting in a situation that is too restrictive by default. The problem arises when a privileged user, other than superuser (uid 1), is installing the module. The second the module is activated any user other than 1 is logged out.
The default of "1" for simplesamlphp_auth_allowdefaultloginusers needs to be removed and the simplesamlphp_auth_activate directive needs to be back ported to this version.
Comments
Comment #1
geekwisdom commentedsimplesamlphp_auth_activate was back ported from the 7.x version.