If the user ID matches...
|
This pattern...
|
Grant/Deny permission...
|
No
|
!pattern-entry1,pattern-entry2
|
Deny
|
Yes
|
pattern-entry
|
Grant
|
Yes
|
!pattern-entry
|
Deny
|
This pattern...
|
Matches...
|
The blank user ID
|
|
*
|
All user ID's
|
mark
|
The user ID, "mark"
|
mark*
|
All user ID's that begin with "mark"
|
*jones
|
All user ID's that end with "jones"
|
db*user
|
All user ID's that begin with "db" and end with "user"
|
!user-id-pattern ,!user-id-pattern ,*
|
user-id-pattern ,user-id-pattern
|
Source user ID
|
User name used for pattern matching
|
Domain name used for pattern matching
|
"rjones"
|
"rjones"
|
"" (blank domain name)
|
"rjones@acme.com"
|
"rjones"
|
"acme.com"
|
Source pattern entry
|
User name used for pattern matching
|
Domain name used for pattern matching
|
"rjones"
|
"rjones"
|
"" (blank domain name)
|
"rjones@acme.com"
|
"rjones"
|
"acme.com"
|
"*"
|
"*"
|
"*"
|
"*" == "*@*"
"" == "@" "mark" == "mark@" |
This pattern...
|
Matches...
|
The blank user name in the blank domain
|
|
*
|
All user ID's
|
mark@acme.com
|
The "mark" user name in the "acme.com" domain
|
mark
|
The "mark" user name in the blank domain
|
mark*
|
All user names that begin with "mark" in the blank domain
|
*jones
|
All user names that end with "jones" in the blank domain
|
db*user
|
All user names that begin with "db" and end with "user" in the blank domain
|
@acme
|
The blank user name in the "acme" domain
|
*@acme
|
All user names in the "acme" domain
|
@
|
The blank user name in the blank domain
|
mark@*
|
The "mark" user name in any domain
|
*@*
|
Any user name in any domain
|
mark*@acme.*
|
Any user name that begins with "mark" in any domain that begins with "acme."
|
*@*.admins
|
Any user name in any domain that ends with ".admins"
|