$OperatorDomainEntered system tag
- Last UpdatedJun 17, 2024
- 1 minute read
The domain name as entered by the operator.
Category
Security
Remarks
Whenever the $PasswordEntered tag changes, a log on is attempted without showing a dialog box. The log on attempt uses the $*Entered tags as input user name and the string value of $OperatorDomainEntered as the domain name (used only if the current mode is operating system-based security). If the mode is not operating system-based, this tag is ignored.
Data Type
String
Examples
$OperatorEntered == "john";
$OperatorDomainEntered == "Corporate_HQ";
$PasswordEntered == "password";
See Also
$Operator