summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-12 15:49:50 -0400
committerSteve Dickson <steved@redhat.com>2012-03-12 15:56:07 -0400
commite18d56286b81d61c58ea1d4cb2539530695226e3 (patch)
tree6fc414b781dfafcad51b3852c4f4202b56084518
parent40632c9b03ff30ce3602e2c84bc59c228c591808 (diff)
downloadnfs-utils-e18d56286b81d61c58ea1d4cb2539530695226e3.tar.gz
nfs-utils-e18d56286b81d61c58ea1d4cb2539530695226e3.tar.xz
nfs-utils-e18d56286b81d61c58ea1d4cb2539530695226e3.zip
Kill SPKM3: Remove spkm3 support from exports
signed-off-by: Simo Sorce <simo@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--support/include/pseudoflavors.h3
-rw-r--r--support/nfs/exports.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/support/include/pseudoflavors.h b/support/include/pseudoflavors.h
index c21087b..deb052b 100644
--- a/support/include/pseudoflavors.h
+++ b/support/include/pseudoflavors.h
@@ -4,9 +4,6 @@
#define RPC_AUTH_GSS_LKEY 390006
#define RPC_AUTH_GSS_LKEYI 390007
#define RPC_AUTH_GSS_LKEYP 390008
-#define RPC_AUTH_GSS_SPKM 390009
-#define RPC_AUTH_GSS_SPKMI 390010
-#define RPC_AUTH_GSS_SPKMP 390011
struct flav_info {
char *flavour;
diff --git a/support/nfs/exports.c b/support/nfs/exports.c
index c96500f..6e7ed69 100644
--- a/support/nfs/exports.c
+++ b/support/nfs/exports.c
@@ -42,9 +42,6 @@ struct flav_info flav_map[] = {
{ "lipkey", RPC_AUTH_GSS_LKEY },
{ "lipkey-i", RPC_AUTH_GSS_LKEYI },
{ "lipkey-p", RPC_AUTH_GSS_LKEYP },
- { "spkm3", RPC_AUTH_GSS_SPKM },
- { "spkm3i", RPC_AUTH_GSS_SPKMI },
- { "spkm3p", RPC_AUTH_GSS_SPKMP },
{ "unix", AUTH_UNIX },
{ "sys", AUTH_SYS },
{ "null", AUTH_NULL },