summarylogtreecommitdiffstats
path: root/nagiospass.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nagiospass.patch')
-rw-r--r--nagiospass.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nagiospass.patch b/nagiospass.patch
new file mode 100644
index 000000000000..0e1e66d5eec4
--- /dev/null
+++ b/nagiospass.patch
@@ -0,0 +1,12 @@
+diff --unified --recursive --text pnp4nagios-0.6.26/sample-config/httpd.conf.in pnp4nagios-0.6.26.good/sample-config/httpd.conf.in
+--- pnp4nagios-0.6.26/sample-config/httpd.conf.in 2017-08-21 11:52:37.000000000 -0400
++++ pnp4nagios-0.6.26.good/sample-config/httpd.conf.in 2020-07-02 12:08:08.004555463 -0400
+@@ -11,7 +11,7 @@
+ #
+ AuthName "Nagios Access"
+ AuthType Basic
+- AuthUserFile /usr/local/nagios/etc/htpasswd.users
++ AuthUserFile /etc/nagios/htpasswd.users
+ Require valid-user
+ <IfModule mod_rewrite.c>
+ # Turn on URL rewriting