mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add SELinux configuration for LDAP/AD authentication on Centos8 in the documentation (#14094)
This commit is contained in:
@@ -160,6 +160,13 @@ This yields `(&(objectclass=user)(sAMAccountName=$username))` for the
|
||||
user filter and `(&(objectclass=group)(sAMAccountName=$group))` for
|
||||
the group filter.
|
||||
|
||||
### SELinux configuration
|
||||
|
||||
On RHEL / CentOS / Fedora, in order for LibreNMS to reach Active Directory, you need to allow LDAP requests in SELinux:
|
||||
```
|
||||
setsebool -P httpd_can_connect_ldap 1
|
||||
```
|
||||
|
||||
## LDAP Authentication
|
||||
|
||||
Config option: `ldap`
|
||||
@@ -250,6 +257,13 @@ $config['auth_ldap_groups'] = [
|
||||
];
|
||||
```
|
||||
|
||||
### SELinux configuration
|
||||
|
||||
On RHEL / CentOS / Fedora, in order for LibreNMS to reach LDAP, you need to allow LDAP requests in SELinux:
|
||||
```
|
||||
setsebool -P httpd_can_connect_ldap 1
|
||||
```
|
||||
|
||||
## Radius Authentication
|
||||
|
||||
Please note that a mysql user is created for each user the logs in
|
||||
|
||||
Reference in New Issue
Block a user