Creates an authentication handle with operating system permissions.
#include <rpc/rpc.h>
AUTH *authunix_create (host, uid, gid, len, aupgids) char *host; int uid, gid; int len, *aupgids;
The authunix_create subroutine creates and returns a Remote Procedure Call (RPC) authentication handle with operating system permissions.
This subroutine returns an RPC authentication handle.
This subroutine is part of Base Operating System (BOS) Runtime.
The authnone_create subroutine, authunix_create_default subroutine, svcerr_auth subroutine.
The auth_destroy macro.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.