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

Parameters
<bool-expr>: The <bool-expr> parameter is a Boolean expression.
<actionlist1> and <actionlist2>: The <actionlist1> and <actionlist2> are sequences of
action commands that can include additional if commands, nested to an arbitrary
depth. When the else clause is omitted, <action-list2> can be considered as an
empty sequence of action commands.
Operation
The if command first evaluates the boolean expression <bool-expr>. If <bool-expr>
evaluates to true, the sequence of action commands <action-list1> is executed. If
<bool-expr> evaluates to false and an else clause is present, the sequence of action
commands <action-list2> is executed.
414 Customizing the HP-UX AAA Server Using Policies