diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-30 12:31:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-30 14:39:34 +0100 |
commit | d6337bb1bea8698f7532ef5be83de3c75376f09b (patch) | |
tree | e567251816130e7b50cdf68086c7024b87e0df65 /source3 | |
parent | f430dd3cb8eb904a0b9a0dd0b786d913da16a155 (diff) | |
download | samba-d6337bb1bea8698f7532ef5be83de3c75376f09b.tar.gz samba-d6337bb1bea8698f7532ef5be83de3c75376f09b.tar.bz2 samba-d6337bb1bea8698f7532ef5be83de3c75376f09b.zip |
s3: Fix bug 7832
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Nov 30 14:39:34 CET 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1567598060..bc1a1e5d35 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -859,6 +859,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, /* See if we can use the ADS connection struct swe were given */ +#if 0 if (ads) { DEBUG(10, ("nss_ad_get_info: using given ads connection and " "LDAP message (%p)\n", msg)); @@ -875,6 +876,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, nt_status = NT_STATUS_OK; goto done; } +#endif /* Have to do our own query */ |