Add SELinux configuration for LDAP/AD authentication on Centos8 in the documentation (#14094)

This commit is contained in:
Félix Bouynot
2022-07-16 05:14:26 +02:00
committed by GitHub
parent 1f41d6b16f
commit d3b43d608a

View File

@@ -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