[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-550-g2b5d1df

Matthias Dieter Wallnöfer mdw at samba.org
Sat Sep 19 16:15:53 MDT 2009


The branch, master has been updated
       via  2b5d1dfe6be0ba586d4af54f4b5ccd478ff4db77 (commit)
      from  63b584bb15be2b8bbf07edf05f96e833e3c2f308 (commit)

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


- Log -----------------------------------------------------------------
commit 2b5d1dfe6be0ba586d4af54f4b5ccd478ff4db77
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Sun Sep 20 00:09:05 2009 +0200

    s4:provision_basedn_modify - fix the "auditPolicy" attribute
    
    I had to think about how to encode the string 0x0001 (taken from Windows Server).
    The problem is due to the "0" byte at the beginning of it. BASE64 encoding
    seems a good method to do it.

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

Summary of changes:
 source4/setup/provision_basedn_modify.ldif |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif
index a9d1716..39fd08e 100644
--- a/source4/setup/provision_basedn_modify.ldif
+++ b/source4/setup/provision_basedn_modify.ldif
@@ -4,8 +4,9 @@
 dn: ${DOMAINDN}
 changetype: modify
 -
+# This should be 0x0001, but the 0 byte is not allowed - therefore encoded
 replace: auditingPolicy
-auditingPolicy: 
+auditingPolicy:: AAE=
 -
 replace: creationTime
 creationTime: ${CREATTIME}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list