summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-05-10 18:18:55 +0000
committerStef Walter <stef@memberwebs.com>2006-05-10 18:18:55 +0000
commit40456e7d3638576b986a4c4dfd1bbb65b172a06a (patch)
tree99a8bd21ff74261bf392468e3da8afba0aa4b3f8
parent28c0ea127a64082e8e009167603d7e3a1de15b2d (diff)
Update documentation
-rw-r--r--ChangeLog2
-rw-r--r--doc/httpauthd.85
-rw-r--r--doc/httpauthd.conf.58
3 files changed, 5 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index f306d77..178a12b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,8 @@
- Fixed Base64 decoding problems
- Added mkha1 tool
- Lots of bug fixes and testing
- - Removed half baked NTLM support
- Get httpauthd to reconnect properly.
+ - Tested and completed NTLM support
0.4.2
- Separated base handler functionality, reorganized files, code
diff --git a/doc/httpauthd.8 b/doc/httpauthd.8
index 6802a3f..80c70bc 100644
--- a/doc/httpauthd.8
+++ b/doc/httpauthd.8
@@ -53,7 +53,8 @@ authentication and an extra layer security if necessary.
can perform a variety of different types of authentication, and is built
in an extensible manner so more can be added in the future. Currently it
can perform Basic and Digest authentation against files, LDAP, MYSQL and
-PostgreSQL.
+PostgreSQL. It can also perform Basic and NTLM authentication against a
+Windows server.
.El
.Sh OPTIONS
The options are as follows:
@@ -70,6 +71,6 @@ Process stdin and stdout instead of listening for connections on a
socket. Useful for troubleshooting problems.
.El
.Sh SEE ALSO
-.Xr httpauth.conf 8
+.Xr httpauth.conf 5
.Sh AUTHOR
.An Nate Nielsen Aq nielsen@memberwebs.com
diff --git a/doc/httpauthd.conf.5 b/doc/httpauthd.conf.5
index 959896a..7714095 100644
--- a/doc/httpauthd.conf.5
+++ b/doc/httpauthd.conf.5
@@ -82,9 +82,7 @@ Authenticate against a password file. For info on creating this file see
.Pp
A method block in the configuration file needs to contain one of the
above method names as the header for it's section (ie: [LDAP]). It
-can be given another name by specifying an
-.Em Alias
-for it.
+can be given another name by specifying an alias for it.
.Pp
This allows for the creation of various configurations with purpose
specific names. These names are used by callers of
@@ -131,10 +129,6 @@ When they appear after a method section, they only affect that method. Most of
them can also appear in the inital section of the configuration file in which
case they're used as defaults.
.Bl -hang
-.It Cd Alias
-Change the name of the current authentication method. This is necessary when
-you're using a certain method twice (eg: LDAP) with different settings. This
-option can only be used in a method section.
.It Cd AuthTypes
The allowed HTTP authentication types, separated by spaces. Any combination of:
.Ar Basic Digest NTLM