ACL question
In the default acl file is the following:
version 3.0;
acl "default";
authenticate (user, group) {
prompt = "iPlanet Web Server";
};
allow (read, list, execute,info) user = "anyone";
allow (write, delete) user = "all";
acl "es-internal";
allow (read, list, execute,info) user = "anyone";
deny (write, delete) user = "anyone";
Under the default section, what is the difference between "user=anyone" and "user=all"?

