Working with Dynamic Access Control Files
Chapter
8
Controlling Access to Your Server
199
Effect
Specifies that the named user file is to be used for any user names referenced in a
require user or require valid-user directive.
Note that the use of
groups-with-users=yes
in the
Init fn=htaccess-init
directive in
obj.conf
, or specifying an
AuthGroupFile
directive with the same
filename, causes that file to be assumed to be in the format:
username:DES-encrypted-password:comma-separated-list-of-groups
AuthName
Syntax
AuthName
authentication realm where authentication realm is a string identifying
an authorization realm to be associated with any request for user authentication.
Must not appear within a
<Limit>
or
<LimitExcept>
range.
Effect
The authentication realm string typically appears in the prompt for username and
password on the client side. It may affect caching of username and password on
the client.
AuthType
Syntax
AuthType
Basic. Must not appear within a
<Limit>
or
<LimitExcept>
range.
Effect
Specifies the user authentication method as HTTP Basic Authentication, the only
method currently supported.
<Limit>
Syntax
<Limit method method ...>
allow, deny, order, or require directives
</Limit>
where method is an HTTP method such as GET, POST, or PUT. Any method that
the web server understands can be used here.
Summary of Contents for NETSCAPE ENTREPRISE SERVER 6.0 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 18: ...18 Netscape Enterprise Server Administrator s Guide November 2001...
Page 26: ...26 Netscape Enterprise Server Administrator s Guide November 2001...
Page 48: ...Migrating a Server 48 Netscape Enterprise Server Administrator s Guide November 2001...
Page 50: ...50 Netscape Enterprise Server Administrator s Guide November 2001...
Page 146: ...146 Netscape Enterprise Server Administrator s Guide November 2001...
Page 242: ...242 Netscape Enterprise Server Administrator s Guide November 2001...
Page 294: ...294 Netscape Enterprise Server Administrator s Guide November 2001...
Page 332: ...Deleting a Virtual Server 332 Netscape Enterprise Server Administrator s Guide November 2001...
Page 378: ...378 Netscape Enterprise Server Administrator s Guide November 2001...
Page 396: ...Responses 396 Netscape Enterprise Server Administrator s Guide November 2001...
Page 414: ...Posting to JSPs 414 Netscape Enterprise Server Administrator s Guide November 2001...
Page 432: ...Further Information 432 Netscape Enterprise Server Administrator s Guide November 2001...
Page 444: ...444 Netscape Enterprise Server Administrator s Guide November 2001...