summaryrefslogtreecommitdiffstats
path: root/source/smbd/negprot.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-18 10:26:06 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-18 10:26:06 +0000
commit353c290f059347265b9be2aa1010c2956da06485 (patch)
tree47a4d21728e0e69cdaf88248d9317d4c7db02754 /source/smbd/negprot.c
parent7c3542ba8764be48b88255dd7f73ea6d87be10ac (diff)
downloadsamba-353c290f059347265b9be2aa1010c2956da06485.tar.gz
samba-353c290f059347265b9be2aa1010c2956da06485.tar.xz
samba-353c290f059347265b9be2aa1010c2956da06485.zip
the beginnings of kerberos support in smbd. It doesn't work yet, but
it should give something for others to hack on and possibly find what I'm doing wrong.
Diffstat (limited to 'source/smbd/negprot.c')
-rw-r--r--source/smbd/negprot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/negprot.c b/source/smbd/negprot.c
index cf14640a72f..678156b528e 100644
--- a/source/smbd/negprot.c
+++ b/source/smbd/negprot.c
@@ -164,10 +164,7 @@ static int negprot_spnego(char *p, uint8 cryptkey[8])
extern pstring global_myname;
uint8 guid[16];
const char *OIDs[] = {OID_NTLMSSP,
-#if 0
- /* not till we add kerberos in the server */
OID_KERBEROS5_OLD,
-#endif
NULL};
char *principle;
int len;