aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wfm.cfg4
-rw-r--r--wfm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/wfm.cfg b/wfm.cfg
index c67e26d..d32739c 100644
--- a/wfm.cfg
+++ b/wfm.cfg
@@ -26,7 +26,11 @@ browser-url=http://x.x.x.x/files/
# mixable, eg access-ip=ro:* with number of access-user=rw
# level is ro|rw, one host or username per line * denotes all hosts
# user is username:password combination
+# htauth is for http basic/digest auth username or * any valid user
+# htauth requires externally defined auth database and Require directive
access-ip=ro:*
access-ip=rw:127.0.0.1
access-user=ro:guest:secret
access-user=rw:admin:password
+access-htauth=ro:*
+access-htauth=rw:admin
diff --git a/wfm.h b/wfm.h
index f2d8c5c..9770df7 100644
--- a/wfm.h
+++ b/wfm.h
@@ -1,4 +1,4 @@
-#define VERSION "1.2.3"
+#define VERSION "1.2.4"
#define copyright "<!-- WFM Version " VERSION ", Mountain View, CA, " __DATE__ " [" __TIME__ "] -->\n" \
"<!-- Copyright (c) 1994-2017 by Antoni Sawicki -->\n"