summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-21 00:11:22 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-21 00:11:22 +0000
commitcbe31055f8deb5844b34e8f1b32e27c830d134ed (patch)
tree8a9af94d6ce35e9145256f0b7d094e7f540ed94e /source3/smbd/negprot.c
parentb7331220c65747c6d7de2b05372839c20f712439 (diff)
downloadsamba-cbe31055f8deb5844b34e8f1b32e27c830d134ed.tar.gz
samba-cbe31055f8deb5844b34e8f1b32e27c830d134ed.tar.bz2
samba-cbe31055f8deb5844b34e8f1b32e27c830d134ed.zip
support both old and new kerberos OIDs
(This used to be commit eac164c7e650a8f855e7b662b126a5dfc5516927)
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r--source3/smbd/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index 2eea6fa281..6926e50402 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -164,7 +164,7 @@ static int negprot_spnego(char *p, uint8 cryptkey[8])
extern pstring global_myname;
uint8 guid[16];
const char *OIDs[] = {OID_NTLMSSP,
- OID_KERBEROS5_OLD,
+ OID_KERBEROS5,
NULL};
char *principle;
int len;