Im Trying to get the Active Directory Authentication working. I can authenticate but I can not get the user level other than 0 or 5. These are my settings in config.php:
User (3373) user_id => 3373 username => USERNAME realname => FIRST LAST email => [email protected] descr => level => 0 can_modify_password => 0 Groups: GROUP PATH
Then when I log into the web gui there are no devices or setting available, like the msql admin acct. I’ve tried changing the level on the group and I still get 0. I set $config[‘auth_ad_global_read’] = 1; to one and disabled $config[‘auth_ad_require_groupmembership’] and I got a level => 5 from the auth_test.php. But that’s the only way the level seems to change.
The problem is even when I turn off the groups switch and just use the ad_globalread switch I’m getting a level =>0 when it’s off and a 5 when it’s on.
In the instructions it said if it’s off the default is everyone in the OU should be 10.