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

Technical Reference: Communications, Volume 1


authnone_create Subroutine

Purpose

Creates null authentication.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>

AUTH *authnone_create ( ) 

Description

The authnone_create subroutine creates and returns a default Remote Procedure Call (RPC) authentication handle that passes null authentication information with each remote procedure call.

Return Values

This subroutine returns a pointer to an RPC authentication handle.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The authunix_create subroutine, authunix_create_default 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.1 Communications Programming Concepts.


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