authunix_create_default Subroutine

Purpose

Sets the authentication to default.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>
AUTH *authunix_create_default()

Description

The authunix_create_default subroutine calls the authunix_create subroutine to create and return the default operating system authentication handle.

Return Values

Upon successful completion, this subroutine returns an authentication handle.