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