summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-xsource4/scripting/bin/upgradeprovision6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision
index 4986f8ad0c..41edd07f12 100755
--- a/source4/scripting/bin/upgradeprovision
+++ b/source4/scripting/bin/upgradeprovision
@@ -1873,8 +1873,8 @@ if __name__ == '__main__':
# 18) We rebuild SD if a we have a list of DN to recalculate or if the
# defSDmodified is set.
if defSDmodified or len(dnToRecalculate) >0:
- message(SIMPLE, "Some defaultSecurityDescriptors and/or"
- "securityDescriptor have changed, recalculating SD ")
+ message(SIMPLE, "Some (default) security descriptors (SDs) have "
+ "changed, recalculating them")
ldbs.sam.set_session_info(adm_session)
rebuild_sd(ldbs.sam, names)
@@ -1922,7 +1922,7 @@ if __name__ == '__main__':
# But the second part of the update (when we update existing objects
# can also have an influence on indexing as some attribute might have their
# searchflag modificated
- message(SIMPLE, "Reopenning samdb to trigger reindexing if needed "
+ message(SIMPLE, "Reopening samdb to trigger reindexing if needed "
"after modification")
samdb = Ldb(paths.samdb, session_info=session, credentials=creds, lp=lp)
message(SIMPLE, "Reindexing finished")
span> * MIPS: DSP: eleminate used_dsp.Ralf Baechle2006-01-101-1/+0 | * MIPS: DSP: Context switch the DSPcontrol register also.Ralf Baechle2006-01-101-0/+2 * | [PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov2006-01-101-0/+4 * | [PATCH] Work around ppc64 compiler bugAnton Blanchard2006-01-101-1/+7 * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-101-0/+2 |\ \ | * | [MUTEX]: linux/mutex-debug.h needs linux/linkage.hDavid S. Miller2006-01-091-0/+2 | |/ * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-105-10/+41 |\ \ | * | powerpc: Introduce a new config symbol to control 16550 early debug codePaul Mackerras2006-01-101-0/+4 | * | [PATCH] powerpc: Save device BARs much earlier in the boot sequenceLinas Vepstas2006-01-102-6/+5 | * | [PATCH] powerpc: Don't continue with PCI Error recovery if slot reset failed.Linas Vepstas2006-01-101-1/+3 | * | [PATCH] powerpc: Remove duplicate codeLinas Vepstas2006-01-101-0/+3 | * | [PATCH] powerpc: Add "partitionable endpoint" supportLinas Vepstas2006-01-101-0/+1 | * | [PATCH] powerpc: Split out PCI address cache to its own fileLinas Vepstas2006-01-101-0/+8 | * | [PATCH] powerpc: PCI Error Recovery: PPC64 core recovery routinesLinas Vepstas2006-01-103-5/+19 | |/ * | [PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prot...Adrian Bunk2006-01-10