You're using MS-Windows terminology "domain users"; tar doesn't know
about MS-Windows users and groups. Tar uses low-level functions like
getpwnam and getpwuid to deduce the mappings between names and uids; if
these functions don't do what you want then you'll need to arrange your
configuration so that they do what you want, or else change the
ownership and group yourself after extraction.
- Different gid/uid, domain structure, and etc.. Anton Shevtsov
- Re: Different gid/uid, domain structure, and etc.. Paul Eggert
