mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
SELinux example to allow LDAP
This commit is contained in:
parent
731aa75779
commit
2734ef0a28
@ -39,4 +39,12 @@ Allow access to a remote database
|
||||
|
||||
An additional setting is needed if your installation is connecting to a remote database::
|
||||
|
||||
setsebool -P httpd_can_network_connect_db on
|
||||
setsebool -P httpd_can_network_connect_db on
|
||||
|
||||
Allow access to LDAP server
|
||||
---------------------------
|
||||
|
||||
Use this setting to allow LDAP connections::
|
||||
|
||||
setsebool -P httpd_can_connect_ldap on
|
||||
|
||||
Loading…
Reference in New Issue
Block a user