cifs.upcall: handle MSKRB5 OID properly
authorJeff Layton <jlayton@redhat.com>
Wed, 20 Aug 2008 01:35:35 +0000 (21:35 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 20 Aug 2008 01:35:35 +0000 (21:35 -0400)
commit3d96409c115b3ad4ef29ff75e40b39a26e316afe
treee0011ef971021ed2e68654d1d262f15bcbc0409e
parent4ac537d1b78c915fe25c219958312cf22f3cba80
cifs.upcall: handle MSKRB5 OID properly

When the kernel sends the upcall a sec=mskrb5 parameter, that means
the the MSKRB5 OID is preferred by the server. This patch fixes the
upcall to use that OID in place of the "normal" krb5 OID when it
gets a sec=mskrb5 parameter.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Steve French <smfrench@gmail.com>
source/client/cifs.upcall.c