summaryrefslogtreecommitdiffstats
path: root/source/smbd/negprot.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-05 09:46:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-05 09:46:53 +0000
commit7d94f1b7365215a020d3678d03d820a7d086174f (patch)
treea026e8feeaaa78bd1e25c4b0fae601f05f42ad60 /source/smbd/negprot.c
parentaff916e543f1c70aa5fe0fc07dda21e772625097 (diff)
downloadsamba-7d94f1b7365215a020d3678d03d820a7d086174f.tar.gz
samba-7d94f1b7365215a020d3678d03d820a7d086174f.tar.xz
samba-7d94f1b7365215a020d3678d03d820a7d086174f.zip
added a REALLY gross hack into kerberos_kinit_password so that
winbindd can do a kinit this will be removed once we have code that gets a tgt and puts it in a place where cyrus-sasl can see it
Diffstat (limited to 'source/smbd/negprot.c')
-rw-r--r--source/smbd/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/negprot.c b/source/smbd/negprot.c
index 78d4da3a757..b99d2395407 100644
--- a/source/smbd/negprot.c
+++ b/source/smbd/negprot.c
@@ -186,7 +186,7 @@ static int negprot_spnego(char *p)
#endif
{
ADS_STRUCT *ads;
- ads = ads_init(NULL, NULL, NULL);
+ ads = ads_init(NULL, NULL, NULL, NULL);
/* win2000 uses host$@REALM, which we will probably use eventually,
but for now this works */