ProxySG Content Policy Language Guide
146
user.domain=
Tests if the client is authenticated, the logged-into realm is an NTLM realm, and the domain
component of the username is the specified domain. If all of these conditions are met, the response
will be true. This trigger is unavailable if the current transaction is not authenticated (that is, the
authenticate( ) property is set to no).
Replaces: user_domain=
Syntax
user.domain=windows_domain_name
where windows_domain_name is a Windows domain name. This name is case-insensitive.
Layer and Transaction Notes
•Use in <Admin> and <Proxy> layers.
Examples
; Test if the user is in domain all-staff.
user.domain=all-staff
See Also
Conditions: attribute.name=, authenticated=, group=, has_attribute.name=,
http.transparent_authentication=, realm=, user=
•Properties: authenticate( ), authenticate.force( ), check_authorization( ),
deny.unauthorized( ), socks.authenticate( ), socks.authenticate.force( )