diff --git a/doc/Extensions/Authentication.md b/doc/Extensions/Authentication.md index 3ffb915c58..ae64699287 100644 --- a/doc/Extensions/Authentication.md +++ b/doc/Extensions/Authentication.md @@ -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