resources.ini, stores resources protected by the Security Manager.
Syntax
alias = {realm&type.name{,type.name}...}
alias
|
the URI to protect.
|
name
|
the name of the group defined in groups.ini,
user defined in users.ini or
host name, IP address or IP range defined in computers.ini.
IP addresses are the form
N.N.N.N,
where N is a number from 0 to 255.
IP ranges are in the form
N.N.N.N-N.N.N.N
or
[N|*].[N|*].[N|*].[N|*],
where N is a number from 0 to 255 and * is for any value.
|
realm
|
the name of a realm defined in realms.ini
|
type
|
group, user, hostname, ip_address or
ip_range.
|
Notes
Changes made to configuration files will not be used until the server is
restarted.
Example
/samples/protected = default&group.admin
|