ENCINA(8) — Maintenance
NAME
tkadmin query minprotectlevel - displays the minimum protection level at which the server accepts client RPCs as authenticated
SYNOPSIS
tkadmin query minprotectlevel -server servername
ARGUMENTS
-server servername Specifies the server affected by the command. The server name is the name that is registered with the DCE Directory Service. If the server name is not specified in the command line, it is retrieved from an environment variable, ENCINA_TK_SERVER.
DESCRIPTION
The tkadmin query minprotectlevel command displays the minimum level of protection required by the server for client RPCs to be accepted as authenticated. You can specify the minimum protection level for the server when the server is initially started by using Enconsole or the -N option of the server start-up command. You can set the minimum protection level (after the server is running) using Enconsole or the tkadmin set minprotectlevel command. Possible values for the protection level are: 0 (default), 1 (none), 2 (connect), 3 (call), 4 (packet), 5 (packet integrity), 6 (packet security). See the reference page for the tkadmin set minprotectlevel command for a complete description of these levels.
EXAMPLES
The following command displays the minimum RPC protection level for the server named /.:/branch1/server/sfs1 :
% tkadmin query minprotectlevel -server /.:/branch1/server/sfs1
2
PRIVILEGE REQUIRED
Encina Monitor query (q) permission to the server
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin query authorization
tkadmin set authorization
tkadmin set minprotectlevel
— March 1997