HP-UX AAA Server A.08.00.01 Administrator's Guide

$ sed "s/<groupname>/test_group/g"
/opt/aaa/examples/sqlaccess/mysql-1/sqlaccess.config.dynauth_server_group
>> /etc/opt/aaa/sqlaccess.config
5. To create sessions using the new SQL action, modify the FSM as follows:
Replace the following line in /etc/opt/aaa/radius.fsm:
*.*.ACK SQLAccess Tunneling xstring="ActionID=StartSession"
with
*.*.ACK SQLAccess Tunneling xstring="ActionID=StartSessionServerGroup"
NOTE: If you have modified the StartSession SQLAction to suit your
environment, the changes must be merged with StartSessionServerGroup
SQLAction.
6. To copy the following policy files, enter the following commands at the HP-UX
prompt:
$ cp
/opt/aaa/examples/config/client-request-init.grp.dynauth
/etc/opt/aaa/client-request-init.grp
$ cp
/opt/aaa/examples/config/client-reply-ingress.grp.dynauth
/etc/opt/aaa/client-reply-ingress.grp
NOTE: If some policies have already been configured in the /etc/opt/
aaa/client-request-init.grp and /etc/opt/aaa/
client-reply-ingress.grp files, you must append the policies instead
of copying.
7. To use the new SQLActions, modify the policy files as follows:
In /etc/opt/aaa/client-request-init.grp
Replace the following line:
insert Client-Request-Create-ActionId = "CreateDisconnectReq"
with
insert Client-Request-Create-ActionId = "CreateDisconnectReqServerGroup"
Replace the following line:
insert Client-Request-Update-ActionId = "UpdateDisconnectReq"
with
insert Client-Request-Update-ActionId = "UpdateDisconnectReqServerGroup"
Replace the following line:
insert Client-Request-Timeout-ActionId = "TimeoutDisconnectReq"
with
302 Configuring the HP-UX AAA Server for Dynamic Authorization