fnord-auth // .http-auth - for fnord httpd 
   (see http://www.fefe.de/fnord/)

see also RFC2617 

Arguments: (passed by with -DAUTH compiled fnord-httpd)
  1. hostname
  2. path
  3. type user:pass (base64 encoded) [see RFC2617]

ths@so36.net -- 2004/02/10 

TODO: support SHA/MD5 hashes of passwords

file-formats: (see also: INSTALL)

AUTH_PASSWD: 
foo:4xWlj2QOpj5dM
ths:/FhHlpTKimsYQ
you can create the file, add/remove/modify the entries with the apache
htpasswd tool. md5 hashes are not yet supported!

AUTH_DIRS:
one directory per line like:
/members/
/foo/bar/

note the trailling '/' !
every subdirectory is protected too.


