rpc_gss_set_defaults - change service, QOP for a session
#include <rpc/rpcsec_gss.h> bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop);
rpc_gss_set_defaults() allows an application to change the service (privacy, integrity, authentication, or none) and Quality of Protection (QOP) for a transfer session. New values apply to the rest of the session (unless changed again).
Information on RPCSEC_GSS data types for parameters may be found on the rpcsec_gss(3NSL) man page.
auth
service
qop
rpc_gss_set_svc_name() returns TRUE if it is successful; otherwise, use rpc_gss_get_error() to get the error associated with the failure.
/etc/gss/qop
See attributes(5) for descriptions of the following attributes:
|
rpc(3NSL), rpc_gss_get_mech_info(3NSL), rpcsec_gss(3NSL), qop(4), attributes(5)
ONC+ Developer's Guide
Linn, J. RFC 2078, Generic Security Service Application Program Interface, Version 2. Network Working Group. January 1997.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |