diff options
Diffstat (limited to 'doc/httpauthd.conf.5')
-rw-r--r-- | doc/httpauthd.conf.5 | 44 |
1 files changed, 3 insertions, 41 deletions
diff --git a/doc/httpauthd.conf.5 b/doc/httpauthd.conf.5 index 5517d21..e4f82a9 100644 --- a/doc/httpauthd.conf.5 +++ b/doc/httpauthd.conf.5 @@ -66,7 +66,7 @@ Methods are the various ways can authenticate a user. A method will use either LDAP, a file or some other means to determine if a user is valid. The methods currently implemented are: -.Ar Simple LDAP NTLM +.Ar LDAP MYSQL PGSQL Simple .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 @@ -119,10 +119,10 @@ 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 +.Ar Basic Digest .Pp [ Default: -.Ar Basic Digest NTLM +.Ar Basic Digest ] .It Cd CacheMax The maximum amount of successful authentication requests a method can cache. @@ -308,44 +308,6 @@ in the case where anonymous users can't perform LDAP searches, for example. .Pp [ Optional ] .El -.Sh NTLM METHOD OPTIONS -Settings for the -.Em NTLM -authentication method. This method authenticates users against NT domain -server. -.Bl -hang -.It Cd NTLMBackup -The backup domain server to authenticate against. Used when -.Em NTLMServer -is not available. -.Pp -[ Optional ] -.It Cd NTLMDomain -The domain which contains the users that will be authenticated. This is -the NT domain, not the DNS domain. -.Pp -[ Required ] -.It Cd NTLMServer -The domain server to authenticate against. You should specify a name here -not an IP address. -.Pp -[ Required ] -.It Cd PendingMax -The maximum amount of halfway authenticated NTLM connections allowed. -This corresponds directly to the amount of concurrent connections made to -.Em NTLMServer -.Pp -[ Default: -.Em 16 -] -.It Cd PendingTimeout -The maximum time a halfway authenticated NTLM connection is allowed to -remain that way (in seconds). -.Pp -[ Default: -.Em 20 -] -.El .Sh SEE ALSO .Xr httpauthd 8 .Sh AUTHOR |