diff options
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r-- | sample/httpauthd.conf | 7 |
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 |