[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1

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.

Related Information

The authnone_create subroutine, authunix_create subroutine, svcerr_auth subroutine.

The auth_destroy macro.

List of RPC Programming References.

Remote Procedure Call (RPC) Overview for Programming in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]