ndmpsetauthorized.l

来自「网络数据管理协议的开发」· L 代码 · 共 40 行

L
40
字号
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved..\" $Id: ndmpSetAuthorized.l,v 1.3 1997/02/01 09:50:36 tim Exp $'\"macro stdmacro.nr X.TH ndmpSetAuthorized l "02 Jan 1997".SH NAMEndmpSetAuthorized \- mark the NDMP connection as authorized or not.SH SYNOPSIS.LP.nf.ft 3#include <ndmp_common.h>.ft.fi.LP.BI "void ndmpSetAuthorized(NdmpConnection connectionHandle,".if n .ti +5n.BI "bool_t authorized" );.SH DESCRIPTION.B ndmpSetAuthorized(\|)is used by NDMP servers to mark a connection as authorized ornot.Initially, each NDMP connection is marked as not authorized..B ndmpSetAuthorized(\|)will typically be called by the ndmp_connect_auth requesthandler function after validating connection authorization credentials..IR connectionis the NDMP connection handle returned by .B ndmpCreateConnection(\|)or .B ndmpRun(\|)..LPUntil a connection is authorized, the message dispatcher will failto dispatch all messages that have the auth_required field setin the message handler table..SH "RETURN VALUES"None..SH "SEE ALSO".BR ndmpCreateConnection (l)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?