Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Professional Edition
-
Ubuntu 18.04 (Updated)
Observium 20.3.10324 (stable)
MS Active Directory for authentication
Description
Hi,
When I use LDAP for authentication and make roles there are no members in the Roles.
And I can not add members to the role.
Please see attached file.
Thanks!
I'm currently using Observium CE 20.9.10731 with LDAP authenticating against AD. I've found that for users to appear in the Users list, they need to be direct members of a group in auth_ldap_group array. If you're using nested groups, then users do not appear in the Users list.
I don't know if there's a config setting to resolve this. I am using:
$config['auth_ldap_recursive'] = TRUE;
$config['auth_ldap_recursive_maxdepth'] = 4;
But this has no effect on the users list. but does allow for nested user authentication.