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!
Attachments
Activity
Comment |
[ Please make and attach additional information about the device: * full snmp dump from device: {noformat} snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk {noformat} _If device not support SNMP version 2c, replace -v2c with -v1._ * If you have problems with discovery or poller processes, please do and attach these debugs: {noformat} ./discovery.php -d -h <device> ./poller.php -d -h <device> {noformat} * additionally attach device and/or vendor specific MIB files {color:#505F79}_Note, this comment is added automatically._{color} ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Status | Original: Open [ 1 ] | New: Pending Response [ 10000 ] |
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.