Servertec acl.ini
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Java API
Servlet API
CGI
SSI
Servlets
Config Files
acl.ini
aliases.ini
archives.ini
computers.ini
contexts.ini
country_codes.ini
dbpools.ini
groups.ini
hosts.ini
iws.ini
keystore.ini
locales.ini
logger.ini
messages.ini
mimetypes.ini
realms.ini
resources.ini
rights.ini
servlets.ini
session.ini
templates.ini
users.ini
workgroup.ini

Log Files
Classes
Directory Tree
Samples
Legal
Contact Us

 

acl.ini, stores Access Control Lists (ACL) used by Security Manager.

Syntax

type.name = right{, right}

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 for IPv4 and H:H:H:H:H:H:H:H for IPv6.

where N is a number from 0 to 255 and H is a hexidecimal number from 0000 to FFFF.

IP ranges use the form N.N.N.N-N.N.N.N for IPv4 and H:H:H:H:H:H:H:H-H:H:H:H:H:H:H:H for IPv6 or [N|*].[N|*].[N|*].[N|*] for IPv4 and [H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*] for IPv6.

where N is a number from 0 to 255, H is a hexidecimal number from 0000 to FFFF and * is for any value.

right zero or more comma delimited list of rights defined in rights.ini.

* represents all access rights.

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

group.admin = *
group.public = get,post
hostname.p2 = *
ip_address.168.192.0.10 = get,post
ip_range.168.192.0.* = get,post
ip_range.131.192.0.10-168.192.0.20 = get,post
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:49 EDT 2005