Chapter 3: Condition Reference

admin.access=

Tests the administrative access requested by the current transaction.

It evaluates to null if the transaction is not an administrative transaction, which may occur if the test is included in an <Exception> layer.

Replaces: method=

Syntax

admin.access=READWRITE

Layer and Transaction Notes

Use in <Admin> layers instead of method=

Applies to administrator transactions.

Examples

This example grants full administrative access to members of the IT_Admin group, allows read-only access to members of the IT group, and denies administrative access to all others.

<Admin>

authenticate(MyRealm)

<Admin>

group=IT_Admin allow

group=IT_support admin.access=READ allow ; can view but not modify deny

See Also

Conditions: console_access=

53

Page 53
Image 53
Blue Coat Systems Proxy SG manual Admin.access=, Examples