HP-UX AAA Server A.08.02.10 Administrator's Guide HP-UX 11i v3 (T1428-90093, November 2013)
Boolean Operator Precedence and Association
When multiple operators appear in a Boolean expression, the following precedence and association
rules are applied:
• Precedence Rules:
Following are the precedence rules in decreasing order:
◦ ( )
◦ !
◦ <, >, <=, >=
◦ !=
◦ &&
◦ ||
◦ =
• Association Rules:
Following are the association rules:
◦ && left-to-right
◦ || left-to-right
◦ ! right
The following examples illustrate the rules of precedence:
Defining a Policy in a Decision File 319