summaryrefslogtreecommitdiff
path: root/sample/httpauthd.conf
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-04-25 00:08:47 +0000
committerStef Walter <stef@memberwebs.com>2004-04-25 00:08:47 +0000
commit36ab0775e1c5ec4352f36074cea8bfbe49302b80 (patch)
tree4b26db758323bae193318b3fc5cfa47517f5502c /sample/httpauthd.conf
parentb9cab65e320fccc04cd06694e717db5e4abb5dcc (diff)
Moved some common directives to the main config parser.
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r--sample/httpauthd.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf
index 142f766..a296c36 100644
--- a/sample/httpauthd.conf
+++ b/sample/httpauthd.conf
@@ -1,8 +1,11 @@
# Some comments
# and blank lines
-Socket: /var/run/blah.sock
MaxThreads: 18
+CacheTimeout: 300
+AuthTypes: NTLM
-Realm: My test realm
+[Simple]
+Realm: blah
+PasswordFile: /data/projects/httpauth/sample/passwd.file