Values.PosixUserSourceThe full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
type nonrec t = {uid : Uid.t;The POSIX user ID used for all file system operations using this access point.
*)gid : Gid.t;The POSIX group ID used for all file system operations using this access point.
*)secondaryGids : SecondaryGids.t option;Secondary POSIX group IDs used for all file system operations using this access point.
*)}