aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2017-12-14 00:44:54 -0800
committertenox7 <as@tenoware.com>2017-12-14 00:44:54 -0800
commit7d8e1aea30cb93a0794567d0cbe2411211f18b02 (patch)
tree81c697e0893e5f9a852966916a6ae36f073270e8
parent6c146a9b125e8d71b60a1d7b0f18cc10c1586784 (diff)
downloadwfm-1.2.4.tar.gz
http basic/digest auth support1.2.4
-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"