The Group map file contains mappings between Active Directory and local groups. It is produced by oat_match and is passed to oat_changeowners to align file ownership.
Syntax
<group_map> ::= `#!group` { <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> '(' [ <group_name> ] ')' <identifier> ::= <digit> { <digit> } <group_name> ::= <character> { <character> }
Sample
#!group 1002(grp1) 1001(grp1)