[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-695-g91be824

Michael Adam obnox at samba.org
Mon Dec 17 13:52:01 GMT 2007


The branch, v3-2-test has been updated
       via  91be824d2ba0b8dccf42ba2b8555a204aa1fa56c (commit)
      from  5249b3d204bf5f9191c2a4a7e81d09227eb5ddea (commit)

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


- Log -----------------------------------------------------------------
commit 91be824d2ba0b8dccf42ba2b8555a204aa1fa56c
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 17 14:51:37 2007 +0100

    Remove direct caller of secrets_fetch_trusted_domain_password().
    
    This is a regession introduced by f7efc0eca9426e63b751c07a90265a12bb39cf95.
    This calls pdb_get_trusteddom_pw() instead, again.
    
    Michael

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

Summary of changes:
 source/passdb/lookup_sid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/passdb/lookup_sid.c b/source/passdb/lookup_sid.c
index c7ffe5f..f5b03ff 100644
--- a/source/passdb/lookup_sid.c
+++ b/source/passdb/lookup_sid.c
@@ -191,7 +191,7 @@ bool lookup_name(TALLOC_CTX *mem_ctx,
               this, tested an XP workstation in a NT domain -- vl */
 
 	if ((flags & LOOKUP_NAME_REMOTE) && IS_DC &&
-	    (secrets_fetch_trusted_domain_password(name, NULL, &sid, NULL)))
+	    (pdb_get_trusteddom_pw(name, NULL, &sid, NULL)))
 	{
 		/* Swap domain and name */
 		tmp = name; name = domain; domain = tmp;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list