1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r22345: Only use new krb5 OID.

Jeremy.
(This used to be commit 1a46d2dcb930f433457877e143f5a602b6b9091e)
This commit is contained in:
Jeremy Allison 2007-04-18 22:02:30 +00:00 committed by Gerald (Jerry) Carter
parent 8e1b82e7ac
commit 093bcd7df9

View File

@ -470,7 +470,7 @@ static NTSTATUS make_cli_gss_blob(struct smb_trans_enc_state *es,
DATA_BLOB spnego_blob_in,
DATA_BLOB *p_blob_out)
{
const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_KERBEROS5, NULL};
const char *krb_mechs[] = {OID_KERBEROS5, NULL};
OM_uint32 ret;
OM_uint32 min;
gss_name_t srv_name;