[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2416-gaebae0b

Gerald Carter jerry at samba.org
Mon May 12 22:39:35 GMT 2008


The branch, v3-3-test has been updated
       via  aebae0b71b427838fdc6344d69d6dea87a5dd58b (commit)
      from  88423a17b966652eba4085e88f7ddb5c86b463dd (commit)

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


- Log -----------------------------------------------------------------
commit aebae0b71b427838fdc6344d69d6dea87a5dd58b
Author: coffeedude <coffeedude at drizzt.ad.plainjoe.org>
Date:   Mon May 12 17:33:01 2008 -0500

    net ads: Upper case he realm name when calling kinit() using machine creds.
    
    Needed fix for the DNS Update option as part of "net ads join"

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

Summary of changes:
 source/utils/net_ads.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index 8efc64f..77d1629 100644
--- a/source/utils/net_ads.c
+++ b/source/utils/net_ads.c
@@ -1228,6 +1228,7 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
 			ads_dns->auth.password = secrets_fetch_machine_password(
 				r->out.netbios_domain_name, NULL, NULL );
 			ads_dns->auth.realm = SMB_STRDUP( r->out.dns_domain_name );
+			strupper_m(ads_dns->auth.realm );
 			ads_kinit_password( ads_dns );
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list