Example: Domain Name and Realm Name
This section provides examples of possible domain or realm name results that you might obtain, depending on the commands and options you specify. This example uses the following username:
The router is configured with the following commands:
Table 3 shows the username and domain name that result from the parsing action of the various commands.
Table 3: Username and Domain Name Examples
Command | Resulting Username | Resulting Domain Name |
---|---|---|
aaa parse-order realm-first | userjohn@abc.com@xyz.com | usEast |
aaa parse-order domain-first | userjohn@abc.com | xyz.com |
aaa parse-direction domainName right-to-left | userjohn@abc.com | xyz.com |
aaa parse-direction domainName left-to-right | userjohn | abc.com@xyz.com |
aaa parse-direction realmName right-to-left | userjohn@abc.com@xyz.com | usEast |
aaa parse-direction realmName left-to-right | userjohn@abc.com@xyz.com | usEast |