summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-07 15:49:09 +0200
committerGünther Deschner <gd@samba.org>2008-05-09 14:59:18 +0200
commitcdd9913c4a7d254ab3ef677737493f9f540272c7 (patch)
tree84e6429b832a97ede685aa273042200d6c5fb4fb /source3/libads/ldap.c
parent64cb9461fb60d293db70d24369227d7482b2fd2b (diff)
downloadsamba-cdd9913c4a7d254ab3ef677737493f9f540272c7.tar.gz
samba-cdd9913c4a7d254ab3ef677737493f9f540272c7.tar.bz2
samba-cdd9913c4a7d254ab3ef677737493f9f540272c7.zip
cldap: let ads_cldap_netlogon() return all possible cldap replies.
Guenther (This used to be commit 6f9d5e1cc94bc90685b54c04622b8f3357bd2f69)
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 9321302151..24eb114f51 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -199,7 +199,7 @@ bool ads_try_connect(ADS_STRUCT *ads, const char *server )
ZERO_STRUCT( cldap_reply );
- if ( !ads_cldap_netlogon(mem_ctx, srv, ads->server.realm, &cldap_reply ) ) {
+ if ( !ads_cldap_netlogon_5(mem_ctx, srv, ads->server.realm, &cldap_reply ) ) {
DEBUG(3,("ads_try_connect: CLDAP request %s failed.\n", srv));
ret = false;
goto out;