ACL File Syntax
456
Netscape Enterprise Server Administrator’s Guide
ACL File Syntax
All ACL files must follow a specific format and syntax. An ACL file is a text file
containing one or more ACLs. All ACL files must begin with the version number
they use. There can be only one version line and it can appear after any
comment lines. For example:
version 3.0;
You can include comments in the file by beginning the comment line with the
# sign.
Each ACL in the file begins with a statement that defines its type. ACLs can
follow one of three types:
•
Path ACLs specify an absolute path to the resource they affect
•
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 local database
or 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.
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/SuiteSpot/docs/mydocs/";
acl "*.html";
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.
Summary of Contents for Netscape Enterprise Server
Page 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Page 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Page 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Page 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Page 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Page 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Page 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Page 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Page 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Page 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Page 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Page 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Page 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Page 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Page 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Page 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Page 504: ...504 Netscape Enterprise Server Administrator s Guide ...