Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / usr / src / cmd / gss / etc / dummy_nfssec.conf
blobdaa1a9adcc7bea362baa73b3ce7c34993fef626c
2 # CDDL HEADER START
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.
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.
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]
20 # CDDL HEADER END
22
23 # Copyright (c) 1997, by Sun Microsystems, Inc.
24 # All rights reserved.
26 #ident  "%Z%%M% %I%     %E% SMI"
28 # The NFS Security Service Configuration File.
30 # Each entry is of the form:
32 #       <NFS_security_mode_name> <NFS_security_mode_number> \
33 #               <GSS_mechanism_name> <GSS_quality_of_protection> <GSS_services>
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.
41 # default security mode is defined at the end.  It should be one of
42 # the flavor numbers defined above it.
44 none    0       -               -       -               # AUTH_NONE
45 sys     1       -               -       -               # AUTH_SYS
46 dh      3       -               -       -               # AUTH_DH
47 krb4    4       -               -       -               # AUTH_KERB
49 dummy   390000  dummy           default -               # RPCSEC_GSS
50 dummyi  390001  dummy           default integrity       # RPCSEC_GSS
51 dummyp  390002  dummy           default privacy         # RPCSEC_GSS
53 default 1       -               -       -               # default is AUTH_SYS