lemonldap-ng/doc/sources/admin/selinux.rst

44 lines
631 B
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
SELinux
=======
To make LemonLDAP::NG work with SELinux, you may need to set up some
options.
Disk cache (sessions an configuration)
--------------------------------------
2020-11-30 11:45:19 +01:00
You need to set the correct context on the cache directory
2020-05-14 23:29:41 +02:00
::
2020-11-30 11:45:19 +01:00
semanage fcontext --add -t httpd_cache_t -f a '/var/cache/lemonldap-ng(/.*)?'
restorecon -R /var/cache/lemonldap-ng/
2020-05-14 23:29:41 +02:00
LDAP
----
::
setsebool -P httpd_can_connect_ldap 1
Databases
---------
::
setsebool -P httpd_can_network_connect_db 1
Memcache
--------
::
setsebool -P httpd_can_network_memcache 1
Proxy HTTP
----------
::
setsebool -P httpd_can_network_relay 1