summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Oliver <peter.oliver@capita.co.uk>2018-12-03 10:02:17 +0000
committerJan Pazdziora <jpazdziora@redhat.com>2018-12-03 11:44:04 +0100
commit60077456552f326ca981537925726d458d035307 (patch)
tree5346c783397aacc50313e6d5c775d7294198b7a4
parentdaa6dbed7c0119bd6e91187091786ce05e4b4ae6 (diff)
downloadmod_authnz_pam-60077456552f326ca981537925726d458d035307.tar.gz
mod_authnz_pam-60077456552f326ca981537925726d458d035307.tar.xz
mod_authnz_pam-60077456552f326ca981537925726d458d035307.zip
Document new name for allow_httpd_mod_auth_pam SELinux boolean
This is named `httpd_mod_auth_pam` in RHEL 7.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 18f9d54..ea702a7 100644
--- a/README
+++ b/README
@@ -94,10 +94,10 @@ For example for FreeIPA 4.1+, the value can actually be
SELinux:
-On SELinux enabled systems, boolean allow_httpd_mod_auth_pam needs to
+On SELinux enabled systems, boolean httpd_mod_auth_pam needs to
be enabled:
- setsebool -P allow_httpd_mod_auth_pam 1
+ setsebool -P httpd_mod_auth_pam 1
Building from sources
---------------------