summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-25 00:48:14 +0000
committerStef Walter <stef@memberwebs.com>2004-08-25 00:48:14 +0000
commitbb59442e8131ab45ab36900c05c02757eca05feb (patch)
treebf4ba74235ed3ded3704cfe4472165d2abd64315 /doc
parentb200e99089f3e52bf8306a122cbd81054a60887a (diff)
Removed NTLM support from the main branch.
Diffstat (limited to 'doc')
-rw-r--r--doc/httpauthd.82
-rw-r--r--doc/httpauthd.conf.544
2 files changed, 3 insertions, 43 deletions
diff --git a/doc/httpauthd.8 b/doc/httpauthd.8
index 1a89149..684d607 100644
--- a/doc/httpauthd.8
+++ b/doc/httpauthd.8
@@ -58,8 +58,6 @@ in an extensible manner so more can be added in the future.
Basic and Digest authentication against a file.
.It
Basic and Digest authentication against an LDAP server.
-.It
-Basic and NTLM authentication against a SMB domain server.
.El
.Sh OPTIONS
The options are as follows:
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