ACL File Syntax
398
Netscape Enterprise Server Administrator’s Guide • November 2001
•
URI (Uniform Resource Indicator) ACLs
specify a directory or file relative to
the server’s document root.
•
Named ACLs
specify a name that is referenced in resources in the
obj.conf
file. The server comes with a “default” named resource that allows read access
to anyone and write access to users in the LDAP directory. Even though you
can create a named ACL from the Enterprise Server windows, you must
manually reference the named ACLs with resources in the
obj.conf
file.
Path and URI ACLs can include wildcards at then end of the entry. For example:
/a/b/*.
Wildcards placed anywhere except at the end of the entry will not work.
The type line begins with the letters
acl
and then includes the type information in
double-quotation marks followed by a semicolon. Each type information for all
ACLs must be a unique name--even among different ACL files. The following lines
are examples of several different types of ACLs:
acl "path=C:/Netscape/Servers/docs/mydocs/";
acl "default";
acl "uri=/mydocs/";
After you define the type of ACL, you can have one or more statements that define
the method used with the ACL (authentication statements) and the people and
computers who are allowed or denied access (authorization statements). The
following sections describe the syntax for these statements.
This section includes the following topics:
•
Authentication Methods
•
Authorization Statements
•
The Default ACL File
Authentication Methods
ACLs can optionally specify the authentication method the server must use when
processing the ACL. There are three general methods:
•
Basic (default)
•
Digest
•
SSL
Basic and digest require users to enter a username and password before accessing a
resource.
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...