The User map file contains mappings between Active Directory and local users. It is produced by oat_match and is passed to oat_changeowners to align file ownership.
Syntax
<user_map> ::= '#!user' { <CRLF> <map_entry> } <map_entry> ::= <unix_entry_value> { <white_space> } <ad_entry_value> <ad_entry_value> ::= <entry_value> <unix_entry_value> ::= <entry_value> <entry_value> ::= <identifier> '(' [ <user_name> ] ')' <identifier> ::= <digit> { <digit> } <user_name> ::= <character> { <character> }
Sample
#!user 1001(testmigr) 1001(vanya) 500(alex) 1000(alex) 10003(masha) 1002(mpetrova)