Winbindd of 4.0 maps users and groups with ID_TYPE_BOTH with the idmap backends rid and autorid (for the time being, more cominmg). This allows for having group owners on files and groupe aces for user objects. This is not nicely printed in the output on the unix command line yet (with libnss_winbind active). TODO for libnss_winbindd: - let getgrnam/gid provide a group struct for a user mapped to a gid with ID_TYPE_BOTH. This group struct should contain exactly one member, namely the user behind the mapped sid. - let getpwnam/uid provide a passwd struct for a group mapped to a uid with ID_TYPE_BOTH. This passwd struct should carry the original group object as default group.
Created attachment 8521 [details] patchset for 4.0 cherry-picked from master This implements the required behaviour.
Comment on attachment 8521 [details] patchset for 4.0 cherry-picked from master looks good
=> Karolin for 4.0.NEXT
Pushed to autobuild-v4-0-test.
Pushed to v4-0-test. Closing out bug report. Thanks!