1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright (c) 1997, by Sun Microsystems, Inc. 24# All rights reserved. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28# The NFS Security Service Configuration File. 29# 30# Each entry is of the form: 31# 32# <NFS_security_mode_name> <NFS_security_mode_number> \ 33# <GSS_mechanism_name> <GSS_quality_of_protection> <GSS_services> 34# 35# 36# The "-" in <GSS_mechanism_name> signifies that this is not a GSS mechanism. 37# A string entry in <GSS_mechanism_name> is required for using RPCSEC_GSS 38# services. <GSS_quality_of_protection> and <GSS_services> are optional. 39# White space is not an acceptable value. 40# 41# default security mode is defined at the end. It should be one of 42# the flavor numbers defined above it. 43# 44none 0 - - - # AUTH_NONE 45sys 1 - - - # AUTH_SYS 46dh 3 - - - # AUTH_DH 47krb4 4 - - - # AUTH_KERB 48 49dummy 390000 dummy default - # RPCSEC_GSS 50dummyi 390001 dummy default integrity # RPCSEC_GSS 51dummyp 390002 dummy default privacy # RPCSEC_GSS 52 53default 1 - - - # default is AUTH_SYS 54