HP-UX AAA Server A.08.00.01 Administrator's Guide
1. Edit the DNIS.grp decision file to reflect your station-based access policies. For
example, to change the Calling-Station and Called-Station numbers in the
Controlled Access condition, edit the DNIS.grp file as follows:
# Controlled Access
if ( (Calling-Station-Id = "7341234567") ||
(Called-Station-Id = "7341236543") )
{
exit "Forward"
}
You can enter additional attributes to these access groups if your policies require
that other conditions must be met.
Comment out any condition you do not need by placing a hash symbol (#) before
each line. The last line must remain unchanged so that it authenticates a user who
does not match one of the other conditions.
2. If you rename the DNIS.grp file, move it to the HP-UX AAA server's configuration
directory and edit radius.fsm so that the Start3 state Xstring parameter points
to the correct file name.
436 Customizing the HP-UX AAA Server Using Policies