summaryrefslogtreecommitdiffstats
path: root/source/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
commit672df66296f540b606aa43effab5f021b8978e4b (patch)
treed915930a6add4428d399d6e97cb8032b57cc6996 /source/smbd/negprot.c
parent070fd5180fef921efb363ff24f04a298254f108b (diff)
downloadsamba-672df66296f540b606aa43effab5f021b8978e4b.tar.gz
samba-672df66296f540b606aa43effab5f021b8978e4b.tar.xz
samba-672df66296f540b606aa43effab5f021b8978e4b.zip
- fixed link order of krb5 libs
- accept a wide range of principal names in session setup
Diffstat (limited to 'source/smbd/negprot.c')
-rw-r--r--source/smbd/negprot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/negprot.c b/source/smbd/negprot.c
index ecc6e7ee514..097cb79e67a 100644
--- a/source/smbd/negprot.c
+++ b/source/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;