mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Add 'puredn' ldap authentication
This commit is contained in:
@@ -496,6 +496,7 @@ $config['auth_ldap_prefix'] = 'uid=';
|
||||
$config['auth_ldap_suffix'] = ',ou=People,dc=example,dc=com';
|
||||
$config['auth_ldap_group'] = 'cn=groupname,ou=groups,dc=example,dc=com';
|
||||
|
||||
$config['auth_ldap_attr']['uid'] = "uid";
|
||||
$config['auth_ldap_groupbase'] = 'ou=group,dc=example,dc=com';
|
||||
$config['auth_ldap_groups']['admin']['level'] = 10;
|
||||
$config['auth_ldap_groups']['pfy']['level'] = 7;
|
||||
|
||||
Reference in New Issue
Block a user