summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-19 03:00:29 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-19 03:00:29 +0000
commitfc78c773f8216df1bbaa88d9007cf3f5df386e3d (patch)
tree961fa8a62c1fb4a15bfa617aa0bd58f143c47d0f /source3/nsswitch/winbindd_ads.c
parente762f93821a21f460fecf7452d2363574ab04dad (diff)
downloadsamba-fc78c773f8216df1bbaa88d9007cf3f5df386e3d.tar.gz
samba-fc78c773f8216df1bbaa88d9007cf3f5df386e3d.tar.bz2
samba-fc78c773f8216df1bbaa88d9007cf3f5df386e3d.zip
fixed trust relationships in ADS winbindd after breaking them with my BDC changes ...
(This used to be commit 8096032663690eafb6bb8b4f405d6231389d4f80)
Diffstat (limited to 'source3/nsswitch/winbindd_ads.c')
-rw-r--r--source3/nsswitch/winbindd_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c
index 6c00ddb95f..c16231b25d 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -58,7 +58,7 @@ ADS_STATUS ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope
if (*res) ads_msgfree(ads, *res);
*res = NULL;
- DEBUG(1,("Reopening ads connection to %s after error %s\n",
+ DEBUG(3,("Reopening ads connection to %s after error %s\n",
ads->ldap_server, ads_errstr(status)));
if (ads->ld) {
ldap_unbind(ads->ld);