summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2012-03-11 10:29:10 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2012-03-11 21:54:54 +0100
commita57d7ad772e04634253b3e84d72bc5dbefd1825c (patch)
treef2ab1388a78a2374345a90f50a2ec0252cabd429 /source4/scripting
parentf0bba969d87f0fd5c7d3f1ba001a5c9a754cd7ed (diff)
downloadsamba-a57d7ad772e04634253b3e84d72bc5dbefd1825c.tar.gz
samba-a57d7ad772e04634253b3e84d72bc5dbefd1825c.tar.bz2
samba-a57d7ad772e04634253b3e84d72bc5dbefd1825c.zip
s4:upgradeprovision - fix some output messages
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Mar 11 21:54:54 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting')
-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")