cifs.upcall: handle MSKRB5 OID properly
authorJeff Layton <jlayton@redhat.com>
Wed, 20 Aug 2008 01:29:41 +0000 (21:29 -0400)
committerJeff Layton <jlayton@redhat.com>
Thu, 21 Aug 2008 23:38:41 +0000 (19:38 -0400)
commit6cbebac514a8661f577e11d05f3eae675b605d51
tree09939459eccd61c5b9f238111fcc30fbd6a90e21
parent3be3dac17d7e333c3e3760ae9b0b2a5441206046
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>
(This used to be commit 6287e13b34efeaa8fd94c7c6d99468350ce6172e)
source3/client/cifs.upcall.c