# # This file represents all current RPC authentication # flavor number assignments as of July 28th, 2008 as # assigned by Sun Microsystems. # # Publication of this list is in support of the following # IETF NFSv4 WG document: # # draft-ietf-nfsv4-rfc1831bis-12.txt # # which intends to update RFC1831 as by its own abstract: # # "This document describes the ONC (Open Network Computing) Remote # Procedure Call (ONC RPC Version 2) protocol as it is currently # deployed and accepted. It is meant to supersede [RFC1831]." # # The following list is in support of section 13 of rfc1831bis # # # AUTH_NONE 0 /* no authentication */ /* a.k.a. AUTH_NULL */ AUTH_SYS 1 /* unix style (uid, gids) */ /* a.k.a. AUTH_UNIX */ AUTH_SHORT 2 /* short hand unix style */ AUTH_DH 3 /* des style (encrypted timestamps) */ /* a.k.a. AUTH_DES */ AUTH_KERB 4 /* kerberos authentication */ AUTH_RSA 5 /* RSA authentication */ RPCSEC_GSS 6 /* GSS-based RPC security for Authentication, integrity and privacy - see RPC 2695 */ AUTH_NW 30001 NETWARE AUTH_SEC 200000 TSIG NFS subcommittee AUTH_ESV 200004 SVr4 ES AUTH_NQNFS 300000 Univ. of Guelph - Not Quite NFS AUTH_GSSAPI 300001 OpenVision AUTH_ILU_UGEN 300002 Xerox - ILU Unsecured Generic Identity # # Small blocks are assigned out of the 39xxxx series of numbers # AUTH_SPNEGO 390000 390000 - 390255 NFS 'pseudo' flavors for RPCSEC_GSS 390003 - kerberos_v5 authentication 390004 - kerberos_v5 with data integrity 390005 - kerberos_v5 with data privacy 200000000 reserved 200100000 NeXT Inc.