Servertec acl.ini
Documentation
Conventions
Command Line
Java API
Servlet API
Servlets
Config Files
acl.ini
aliases.ini
computers.ini
groups.ini
iws.ini
logger.ini
messages.ini
mimetypes.ini
resources.ini
rights.ini
servlets.ini
session.ini
users.ini

Classes
Directory Tree

Return

 

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 #.#.#.#, where # is a number from 0 to 255.

IP ranges are in the form #.#.#.#-#.#.#.# or [#|*].[#|*].[#|*].[#|*], where # is a number from 0 to 255 or * is for any number in the range of 0 to 255.

right one 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 Servertec Internet 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: Mon Sep 05 14:25:45 EDT 2005