site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com What are the guid_t owner and group fields of a kauth_filesec and is there a way a client can map those to/from uid/gid or do they have to be stored/retrieved from the file system? S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... At 15:38 -0500 13/11/08, Rick Macklem wrote: <sys/kauth.h> has KPIs to map from GUIDs to UID/GID (kauth_cred_guid2uid, kauth_cred_guid2gid) and vice versa (kauth_cred_uid2guid, kauth_cred_gid2guid). While I'm not an NFSv4 expert, so I really have no idea whether this is the right thing to do, I suspect you might find them useful (-: This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn