Hi all,
We are having trouble with LDAP group recursive lookups in Active
Directory. We are wondering how to configure Observium if in Active
Directory we put another Active Directory group and if the group
inside does not live under the current groupbase. Below is a example.
I've set auth_ldap_recursive_maxdepth to 3. I tried adding the group
and adjusting the groupbase together as well as individually without
luck. Do we need to add that group to Observium? Is this sort of
thing supported? Is there anything I can provide that may help?
Current
$config['auth_ldap_group'] = array("CN=Observium
Admin,OU=Apps,OU=Security,DC=corp,DC=company,DC=net");
$config['auth_ldap_groupbase'] =
"OU=Apps,OU=Security,DC=corp,DC=company,DC=net";
Future
$config['auth_ldap_group'] = array("CN=Observium
Admin,OU=Apps,OU=Security,DC=corp,DC=company,DC=net",CN=DEPT,OU=POOP,OU=Security,DC=corp,DC=company,DC=net");
$config['auth_ldap_groupbase'] = "OU=Security,DC=corp,DC=company,DC=net";
Thanks,
-Chip