Creates an authentication handle with operating system permissions.
C Library (libc.a)
The authunix_create subroutine creates and returns a Remote Procedure Call (RPC) authentication handle with operating system permissions.
Item | Description |
---|---|
host | Points to the name of the machine on which the permissions were created. |
uid | Specifies the caller's effective user ID (UID). |
gid | Specifies the caller's effective group ID (GID). |
len | Specifies the length of the groups array. |
aupgids | Points to the counted array of groups to which the user belongs. |
This subroutine returns an RPC authentication handle.