[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-167-gd7af80f

Andrew Bartlett abartlet at samba.org
Thu Jul 2 04:38:04 GMT 2009


The branch, master has been updated
       via  d7af80fc2e83810d6ee049eb31a46a98dd159cb6 (commit)
       via  5049f61f39d6f6e95cc897372abe9b6c886e45ac (commit)
      from  82b5fad8be2cf05c17d115fa86c1049a41fae75b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d7af80fc2e83810d6ee049eb31a46a98dd159cb6
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Jul 2 14:34:07 2009 +1000

    s4:param use talloc_unlink() to free iconv context holding references

commit 5049f61f39d6f6e95cc897372abe9b6c886e45ac
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Tue Jun 30 13:44:45 2009 +0200

    [SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs"
    
    - This changes the attribute "forceLogoff" to its' default
      values according to Windows Server 2003 R2
    - Also this corrects the "subRefs" attribute of the base-DN which only refers
      to direct child partitions (and therefore not to the complete transitive closure)

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

Summary of changes:
 source4/param/loadparm.c                   |    2 +-
 source4/setup/provision_basedn_modify.ldif |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index eeffe98..11a9361 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -2650,7 +2650,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(struct loadparm_context *lp_c
 
 _PUBLIC_ void reload_charcnv(struct loadparm_context *lp_ctx)
 {
-	talloc_free(lp_ctx->iconv_convenience);
+	talloc_unlink(lp_ctx, lp_ctx->iconv_convenience);
 	global_iconv_convenience = lp_ctx->iconv_convenience = smb_iconv_convenience_init_lp(lp_ctx, lp_ctx);
 }
 
diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif
index 7b13a19..a7f3ce9 100644
--- a/source4/setup/provision_basedn_modify.ldif
+++ b/source4/setup/provision_basedn_modify.ldif
@@ -5,7 +5,7 @@ dn: ${DOMAINDN}
 changetype: modify
 -
 replace: forceLogoff
-forceLogoff: 9223372036854775808
+forceLogoff: -9223372036854775808
 -
 replace: lockoutDuration
 lockoutDuration: -18000000000
@@ -64,12 +64,14 @@ modifiedCount: 1
 replace: fSMORoleOwner
 fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
 -
+replace: systemFlags
+systemFlags: -1946157056
+-
 replace: isCriticalSystemObject
 isCriticalSystemObject: TRUE
 -
 replace: subRefs
 subRefs: ${CONFIGDN}
-subRefs: ${SCHEMADN}
 -
 replace: gPLink
 gPLink: [LDAP://CN={${POLICYGUID}},CN=Policies,CN=System,${DOMAINDN};0]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list