ou_object_name
object name
- (
is|is not) literal name - (
like|not like) wildcard expression - (
matches|not matches) regular expression
Purpose
The specified OU member object name is/isn't what is named.
Notes
This requirement may be repeated in the same section.
Example configuration
[OU:"ad.uillinois.edu/Urbana/TechServices/Delegated/Field Consulting/FC Computers/J.B. Nicholson/Martinet demo/Staff Groups"]
# Inside the "Staff Groups" OU, there should be an AD object with the name "MyUnit Business staff".
object name is MyUnit Business staff
Example output
Line 8: OU “Staff Groups” has no member named “MyUnit Business staff”.
Example configuration
[OU:"ad.uillinois.edu/Urbana/TechServices/Delegated/Field Consulting/FC Computers/J.B. Nicholson/Martinet demo/Staff Groups"]
# Inside the "Staff Groups" OU, there should not be an AD object with the name "MyUnit Ice Cream staff".
object name is not MyUnit Ice Cream staff
Example output
### No warnings ###
Example configuration
[OU:"ad.uillinois.edu/Urbana/TechServices/Delegated/Field Consulting/FC Computers/J.B. Nicholson/Martinet demo/Staff Groups"]
# Inside the "Staff Groups" OU, there should be at least one AD object with a name matching the /^MyUnit \S+ staff$/ regular expression.
object name matches ^MyUnit \S+ staff$
Example output
Line 8: OU “Staff Groups” has no members that match regular expression /^MyUnit \S+ staff$/.
Example configuration
[OU:"ad.uillinois.edu/Urbana/TechServices/Delegated/Field Consulting/FC Computers/J.B. Nicholson/Martinet demo/Staff Groups"]
# Inside the "Staff Groups" OU, there should be no AD object with a name matching the /Ice Cream/ regular expression.
object name not matches Ice Cream
Example output
### No warnings ###
ou_object_name.txt · Last modified: by 127.0.0.1
