[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Tue Nov 30 07:02:42 MST 2010


The branch, v3-6-test has been updated
       via  e6d3146 s3: Fix bug 7832
      from  d6000ed s3: Add shadow copy info to smbclient allinfo

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit e6d31465fe62b300964dad325f3d9ed02823ac26
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 30 12:31:39 2010 +0100

    s3: Fix bug 7832
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Tue Nov 30 14:39:34 CET 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/idmap_ad.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index 1567598..bc1a1e5 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 */
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list