authunix_create()

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

uid gid len aup_gids

Description

The authunix_create() call creates and returns an authentication handle that contains UNIX-based authentication information.

Related Calls


[Back: authnone_create()]
[Next: authunix_create_default()]