-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cygwin: Implement Unix_User+<uid> and Unix_Group+<gid> support in |ma…
…p_nfs4ace_who()| /usr/bin/patch failed patching a file, complaining that it cannot change the group of it's temporary file. This happened because Cygwin is generating Unix_Group+<gid> SIDs based on the Nfs3Attr EA |gid|, instead of taking the native SID returned by Windows. And some tools like patch(1) end-up just copying that SID, which our |map_nfs4ace_who()| did not support. Implementing Unix_User+<uid> and Unix_Group+<gid> support in |map_nfs4ace_who()| fixes this. See #16 Fixes: Issue #16 Reported-by: Mark Liam Brown <brownmarkliam@gmail.com> Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com> Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters