1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r22093: send also the correct OID_KERBEROS5 not only the broken

OID_KERBEROS_OLD one.

metze
(This used to be commit 294c69334f)
This commit is contained in:
Stefan Metzmacher 2007-04-05 12:36:10 +00:00 committed by Gerald (Jerry) Carter
parent eceb926df9
commit 14ac7712f3

View File

@ -348,7 +348,7 @@ int spnego_gen_negTokenTarg(const char *principal, int time_offset,
{
int retval;
DATA_BLOB tkt, tkt_wrapped;
const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_NTLMSSP, NULL};
const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_KERBEROS5, OID_NTLMSSP, NULL};
/* get a kerberos ticket for the service and extract the session key */
retval = cli_krb5_get_ticket(principal, time_offset,