and usually
lives in ISDAT_HOME/config/. It is line separated text file which
consists of a list of host names and/or user names. The list specifies
which hosts and/or users are allowed access to the server.
The format is simply a valid IP address specifying the host and then
optionally a list of one or more user names. Space is used as a separator.
Comments begin with the # character.
Example access control file
An example of a minimal file is
hostA.some.domain
hostB.some.domain ann bob
This example grants access to all users on the host hhostB.some.domainostA.some.domain
and users ann and bob on the host hostB.some.domain.