aboutsummaryrefslogtreecommitdiff
path: root/src/ping903.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-02-27 17:24:33 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-02-27 17:40:57 +0200
commitf08fb73d6ab98b26e738d89b59f21c2f72b432a6 (patch)
treef88790a80b9403c6afc8d8c4e149293b098ca814 /src/ping903.conf
parenta7d03cd5f6ab8884ee2f2ef89c3e514c811c2c9f (diff)
downloadping903-f08fb73d6ab98b26e738d89b59f21c2f72b432a6.tar.gz
ping903-f08fb73d6ab98b26e738d89b59f21c2f72b432a6.tar.bz2
Add missing copylefts; improve docs
Diffstat (limited to 'src/ping903.conf')
-rw-r--r--src/ping903.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ping903.conf b/src/ping903.conf
index ecc38bf..2f00aeb 100644
--- a/src/ping903.conf
+++ b/src/ping903.conf
@@ -65,3 +65,24 @@
#
#trusted-ip 127.0.0.1
+# It is highly recommended to protect your configuration from unauthorized
+# access. To do so, use the htpasswd(1) utility to create a database of
+# users that are allowed access to configuration. Supposing this database
+# file is /etc/ping903/htpasswd, add the following statement:
+#
+#auth basic * /config /etc/ping903/htpasswd Exopotamie
+#
+# The 'Exopotamie' word in the above statement is the authentication realm
+# name. Replace it with whatever name you deem appropriate.
+
+# To limit write access to the configuration while allowing anybody to read
+# the configuration, use the following
+#
+#auth basic POST /config /etc/ping903/htpasswd Exopotamie
+#auth basic PUT /config
+#auth basic DELETE /config
+
+# For more details about basic authorization, please see the following:
+# ping903.conf(5)
+# ping903q(1), subsection "Basic authorization"
+# ping903.cred(5) \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.