summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-07-16 14:04:24 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-07-16 14:04:24 +1000
commitfe9fa62a0529f8c8ebdbfee9b994e3787d4db58f (patch)
treed4edead654d391d83c6d2d76bb5477e863ea9c59 /source4/scripting/python
parente92125e6319d49185a3d0456a8a0e5c1b8d364e7 (diff)
downloadsamba-fe9fa62a0529f8c8ebdbfee9b994e3787d4db58f.tar.gz
samba-fe9fa62a0529f8c8ebdbfee9b994e3787d4db58f.tar.bz2
samba-fe9fa62a0529f8c8ebdbfee9b994e3787d4db58f.zip
Reorder whitespace in generated slapd.conf
This helps us see the real groupings in the generated memberOf handling. Andrew Bartlett (This used to be commit ec70ebb8310e563324233662f8e779c55fb87514)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/provision.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 6102dc77ff..17e7e0fed0 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/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,