Targeting multiple containers
You can restrict Bravura Security Fabric to list only those groups and users that exist in one of several named containers. To do this you must create a file specifying the OUs to be searched, and specify the file in the OU file field on the Target system address configuration page.
The file must be located in the \<instance>\script\ directory. The format of the file is to specify one OU per line. The entire OU does not need to be specified since agtad
determines the domain specific part of the OU from the domain itself. If you want to search a whole subtree under the domain start the line with *,
; otherwise, the level directly under the specified OU is searched. Use to declare a comment. The following are sample lines:
# List all users in the built-in user OU ⋆,CN=Users # List all Developers in Chicago ou=development,ou=Chicago # List all staff in Des Moines ⋆,ou=Des Moines
By default if an OU file includes invalid OUs the list will return success. You can cause the listing to abort when invalid OUs are detected by selecting Abort listing when an invalid OU is encountered
Active Directory connector will not list anything if oufile is empty.