The authunix_create() call creates and returns a UNIX-based authentication handle.
Syntax
#include <rpc\rpc.h> AUTH * authunix_create(host, uid, gid, len, aup_gids) char *host; int uid; int gid; int len; int *aup_gids;
Parameters
host
Description
The authunix_create() call creates and returns an authentication handle that contains UNIX-based authentication information.
Related Calls