📄 nfssec.properties
字号:
## @(#)nfssec.properties 1.3 99/02/23## Copyright (c) 1999 Sun Microsystems, Inc.# All Rights Reserved.## The WebNFS security services properties file.## This file provides a mapping from nfs pseudo flavors to GSS-API# oriented <mechanism, algorithm(s), service> triples. This mapping# should have been registed via iana@isi.edu.### Each entry is of the form:## nfsFlavorNumber=nfsFlavorName:mechanismOID:service:qualityProtection## where## nfsFlavorNumber is the nfs/rpcsec_gss pseudo flavor number# registered with iana@isi.edu.## nfsFlavorName is the nfs/rpcsec_gss pseudo flavor name for# the coresponding flavor number.## mechanismOID <n.n.n.n..> is an unique ISO object identifier (OID)# for a security mechanism.## e.g. 1.3.6.1.4.1.42.2.26.1.2 is dummy mechanism# 1.2.840.113554.1.2.2 is kerberos_v5 mechanism## service is one of the following strings: privacy, integrity, none## privacy - encrypt the whole messages# integrity - checksum the messages# none - no per-message protection but authentication only## qualityProtection (QOP) is to provide finer control of per-message# protection algorithms to be used. 0 means to use a# default QOP defined by each mechanism.#### NOTE: nfs flavor names v.s. numbers## dummy 390000# dummyi 390001# dummyp 390002## Examples:## RPCSEC_GSS/dummy mechanism:## 390000=dummy:1.3.6.1.4.1.42.2.26.1.2:none:0# 390001=dummyi:1.3.6.1.4.1.42.2.26.1.2:integrity:0# 390002=dummyp:1.3.6.1.4.1.42.2.26.1.2:privacy:0# AUTH_SYS1=sys:::### If the remote file system allows a range of security services for# the clients to get thru, the "prefer" key indicates which security# service this client prefers to use.## Example:## prefer=390002## The "default" key is to identify a default security service# to be used by WebNFS. Specify one of the numbers defined in this file.#default=1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -