diff options
| author | Simo Sorce <simo@redhat.com> | 2012-03-12 17:06:41 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2012-03-12 17:09:41 -0400 |
| commit | c72bf12bd81bc782cbcfada5cabd3200c042ae25 (patch) | |
| tree | da936240ba152d97951202e6d17c9bd5b00155d8 /utils | |
| parent | 6ec61b83981987cc0aad92ab746d178043287d9b (diff) | |
| download | nfs-utils-c72bf12bd81bc782cbcfada5cabd3200c042ae25.tar.gz nfs-utils-c72bf12bd81bc782cbcfada5cabd3200c042ae25.tar.xz nfs-utils-c72bf12bd81bc782cbcfada5cabd3200c042ae25.zip | |
Kill SPKM3: Remove also the dependent lipkey mechanism
Signed-off-by: Simo Sorce <simo@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/gssd/svcgssd_mech2file.c | 1 | ||||
| -rw-r--r-- | utils/mount/nfs.man | 7 | ||||
| -rw-r--r-- | utils/mount/nfsmount.c | 6 |
3 files changed, 2 insertions, 12 deletions
diff --git a/utils/gssd/svcgssd_mech2file.c b/utils/gssd/svcgssd_mech2file.c index a3177f6..ecd908b 100644 --- a/utils/gssd/svcgssd_mech2file.c +++ b/utils/gssd/svcgssd_mech2file.c @@ -53,7 +53,6 @@ struct mech2file { struct mech2file m2f[] = { {{9, "\052\206\110\206\367\022\001\002\002"}, "krb5"}, - {{7, "\053\006\001\005\005\001\009"}, "lipkey"}, {{0,0},""}, }; diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 810bfc0..0d20cf0 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -372,11 +372,8 @@ Valid security flavors are .BR sys , .BR krb5 , .BR krb5i , -.BR krb5p , -.BR lkey , -.BR lkeyi , and -.BR lkeyp , +.BR krb5p , Refer to the SECURITY CONSIDERATIONS section for details. .TP 1.5i .BR sharecache " / " nosharecache @@ -1413,7 +1410,7 @@ security flavor encrypts every RPC request to prevent data exposure during network transit; however, expect some performance impact when using integrity checking or encryption. -Similar support for other forms of cryptographic security (such as lipkey) +Similar support for other forms of cryptographic security is also available. .P The NFS version 4 protocol allows diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c index 7bd1c97..930622d 100644 --- a/utils/mount/nfsmount.c +++ b/utils/mount/nfsmount.c @@ -294,12 +294,6 @@ parse_options(char *old_opts, struct nfs_mount_data *data, data->pseudoflavor = AUTH_GSS_KRB5I; else if (!strcmp(secflavor, "krb5p")) data->pseudoflavor = AUTH_GSS_KRB5P; - else if (!strcmp(secflavor, "lipkey")) - data->pseudoflavor = AUTH_GSS_LKEY; - else if (!strcmp(secflavor, "lipkey-i")) - data->pseudoflavor = AUTH_GSS_LKEYI; - else if (!strcmp(secflavor, "lipkey-p")) - data->pseudoflavor = AUTH_GSS_LKEYP; else if (sloppy) continue; else { |
