ProxySG Content Policy Language Guide
user=
Tests the authenticated username associated with the transaction. This trigger is only available if the transaction was authenticated (that is, the authenticate( ) property was set to something other than no, and the proxy_authentication( ) property was not set to no).
Syntax
user=user_name
where user_name is a username.
•NTLM realm: Usernames are
In NTLM this provides the flexibility of matching either a full username (which includes the NT Domain) or relative username (which does not include the NT Domain).
For example: user=bluecoat\mary.jones
matches a complete username, and user=mary.jones
matches a relative name.
•UNIX (local) realm: Usernames are
•RADIUS realm: Username
•LDAP realm: Username
In LDAP this provides the flexibility of matching either a fully qualified domain name or relative username.
For example:
user=”cn=mary.jones,cn=sales,dc=bluecoat,dc=com”
or
user=”uid=mary.jones,ou=sales,o=bluecoat”
matches a complete username, and
user=mary.jones
matches a relative name.
Layer and Transaction Notes
•Use in <Admin> and <Proxy> layers.
Examples
;Test for user john.smith. user=john.smith
144