LDAP authentication and user id mapping (user sees no devices)
20 Jun
2014
20 Jun
'14
2:55 p.m.
Hello all,
in the moment I try to switch from mysql to LDAP authentication (AD).
The LDAP connection seems to work. I can logon to observium using my LDAP credentials.
But the user mapping to permissions does not work. In observium the user sees no devices.
The mapping is set as follows:
$config['auth_ldap_groups']['Observium_Admin']['level'] = 10; $config['auth_ldap_groups']['Observium_User']['level'] = 1;
In Wireshark I could see that the right group (Observium_Admin) was matched.
Debug shows something like:
SELECT * FROM `entity_permissions` WHERE `user_id` = '-1' SELECT `value` FROM `users_prefs` WHERE `user_id` = '-1' AND `pref` = 'atom_key'
What to try next?
Thanks, Matthias
3884
Age (days ago)
3884
Last active (days ago)
0 comments
1 participants
participants (1)
-
Branzko, Matthias