From 40456e7d3638576b986a4c4dfd1bbb65b172a06a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 18:18:55 +0000 Subject: Update documentation --- doc/httpauthd.8 | 5 +++-- doc/httpauthd.conf.5 | 8 +------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3