[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-71-gec70ebb

Andrew Bartlett abartlet at samba.org
Wed Jul 16 04:45:24 GMT 2008


The branch, v4-0-test has been updated
       via  ec70ebb8310e563324233662f8e779c55fb87514 (commit)
      from  502739ff90d56d2c9aabe8e224317f6ceb175c17 (commit)

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


- Log -----------------------------------------------------------------
commit ec70ebb8310e563324233662f8e779c55fb87514
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Jul 16 14:04:24 2008 +1000

    Reorder whitespace in generated slapd.conf
    
    This helps us see the real groupings in the generated memberOf
    handling.
    
    Andrew Bartlett

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

Summary of changes:
 source/scripting/python/samba/provision.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/samba/provision.py b/source/scripting/python/samba/provision.py
index 6102dc7..17e7e0f 100644
--- a/source/scripting/python/samba/provision.py
+++ b/source/scripting/python/samba/provision.py
@@ -1266,12 +1266,12 @@ memberof-group-oc top
 memberof-member-ad """ + res[i]["lDAPDisplayName"][0] + """
 memberof-memberof-ad """ + target + """
 memberof-dangling-error 32
-
 """
 
-                memberof_config += """
-overlay refint
-refint_attributes""" + refint_attributes + "\n"
+                memberof_config += """overlay refint
+refint_attributes""" + refint_attributes + """
+
+"""
     
         setup_file(setup_path("slapd.conf"), paths.slapdconf,
                    {"DNSDOMAIN": names.dnsdomain,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list