The svcerr_weakauth() call sends an error reply when the service dispatch routine cannot run an RPC because of weak authentication parameters.
Syntax
#include <rpc\rpc.h> void svcerr_progvers(xprt) SVCXPRT *xprt;
Parameters
xprt
Description
A service dispatch routine calls the svcerr_weakauth() call when it cannot run an RPC because of correct but weak authentication parameters
Note: This is the equivalent of svcerr_auth(xprt, AUTH_TOOWEAK).
Related Calls