ACL File Syntax
Appendix
C
ACL File Syntax
401
If there are more than one ACLs that match, the server uses the last statement that
matches. However, if you use an absolute statement, then the server stops looking
for other matches and uses the ACL containing the absolute statement. If you have
two absolute statements for the same resource, the server uses the first one in the
file and stops looking for other resources that match.
Attribute Expressions
Attribute expressions define who is allowed or denied access based on their
username, group name, host name, or IP address. The following lines are examples
of allowing access to different people or computers:
•
user = "anyone"
•
user = "smith*"
•
group = "sales"
•
dns = "*.example.com"
•
dns = "*.example.com,*.netscape.com"
•
ip = "198.*"
•
ciphers = "rc4"
•
ssl = "on"
version 3.0;
acl "default";
authenticate (user,group) {
prompt="Enterprise Server";
};
allow (read,execute,list,info)
user = "anyone";
allow (write,delete)
user = "all";
acl "uri=/my_stuff/web/presentation.html";
deny (all)
user = "anyone";
allow (all)
user = "joe";
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...