summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-06 05:41:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-06 05:41:53 +0000
commitd412f66cd82d8b14c8bd8d97f0235296bc8b2d23 (patch)
treeb45ba390e8d8bb090824f3c9a0a4ecc87e416cbb /source3/libads/ldap.c
parent839bcee0b47e997730c962b26507500ae80a9183 (diff)
downloadsamba-d412f66cd82d8b14c8bd8d97f0235296bc8b2d23.tar.gz
samba-d412f66cd82d8b14c8bd8d97f0235296bc8b2d23.tar.bz2
samba-d412f66cd82d8b14c8bd8d97f0235296bc8b2d23.zip
added a propoer kerberos_kinit_password call
contribution from remus@snapserver.com thanks! (This used to be commit 3ace8f1fcc27492d26f5ad0c3cdfc63235ca0609)
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 60f620d2f4..a7c9265b18 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -74,7 +74,7 @@ int ads_connect(ADS_STRUCT *ads)
/* the machine acct password might have changed */
free(ads->password);
ads->password = secrets_fetch_machine_password();
- kerberos_kinit_password(ads);
+ ads_kinit_password(ads);
}
rc = ldap_sasl_interactive_bind_s(ads->ld, NULL, NULL, NULL, NULL,