summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-22 05:04:33 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-22 05:04:33 +0000
commitfba157123ed1d6f59d40aa9161218fbfcf71253f (patch)
tree392e928545db46c420cce20e564ad5eea46898e8 /source3/smbd/negprot.c
parent18ffa22657b694857cc948949e567a514bc68d65 (diff)
downloadsamba-fba157123ed1d6f59d40aa9161218fbfcf71253f.tar.gz
samba-fba157123ed1d6f59d40aa9161218fbfcf71253f.tar.bz2
samba-fba157123ed1d6f59d40aa9161218fbfcf71253f.zip
- fixed link order of krb5 libs
- accept a wide range of principal names in session setup (This used to be commit 672df66296f540b606aa43effab5f021b8978e4b)
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r--source3/smbd/negprot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index ecc6e7ee51..097cb79e67 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -165,6 +165,7 @@ static int negprot_spnego(char *p, uint8 cryptkey[8])
uint8 guid[16];
const char *OIDs[] = {OID_NTLMSSP,
OID_KERBEROS5,
+ OID_KERBEROS5_OLD,
NULL};
char *principal;
int len;