z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


svcerr_weakauth()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <rpc.h>
void
svcerr_weakauth(xprt)
SVCXPRT *xprt;

Parameters

xprt
Indicates the pointer to the service transport handle.
Note: This is the equivalent of svcerr_auth(xprt, AUTH_TOOWEAK).

Usage

The svcerr_weakauth() call is called by a service dispatch routine that cannot run an RPC because of correct but weak authentication parameters.

Context

  • svcerr_decode()
  • svcerr_noproc()
  • svcerr_noprog()
  • svcerr_progvers()
  • svcerr_systemerr()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014