Hacker News new | ask | show | jobs
by bzxcvbn 1375 days ago
NTFS ACLs are much more powerful than Unix permissions. Just map users to users, groups to groups, and you're done.
1 comments

How? ACL subjects are identified by SIDs not by UID/GID.
As I said, set up a mapping between users/groups and the corresponding notion in NTFS. An UID/GID will correspond to an SID and vice versa.