From 36ab0775e1c5ec4352f36074cea8bfbe49302b80 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Apr 2004 00:08:47 +0000 Subject: Moved some common directives to the main config parser. --- sample/httpauthd.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sample/httpauthd.conf') 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 -- cgit v1.2.3