summaryrefslogtreecommitdiffstats
path: root/source/utils
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/utils
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/utils')
-rw-r--r--source/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index a1ea063b208..c956d9bb65d 100644
--- a/source/utils/net_ads.c
+++ b/source/utils/net_ads.c
@@ -44,7 +44,7 @@ static ADS_STRUCT *ads_startup(void)
{
ADS_STRUCT *ads;
int rc;
- ads = ads_init(NULL, NULL, NULL);
+ ads = ads_init(NULL, NULL, NULL, NULL);
rc = ads_connect(ads);
if (rc) {