summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2022-08-11 15:18:02 +1200
committerDouglas Bagnall <dbagnall@samba.org>2022-09-06 21:12:36 +0000
commit6b1b5eade2ff32200ad4c543dfb1543d5bd897ef (patch)
tree1cd3b629c53078d368578ffe49bc1895178e921a /python/samba
parent98e85fc611bc7ba64ef56b3cb03b60213af1b79b (diff)
downloadsamba-6b1b5eade2ff32200ad4c543dfb1543d5bd897ef.tar.gz
samba-6b1b5eade2ff32200ad4c543dfb1543d5bd897ef.tar.bz2
samba-6b1b5eade2ff32200ad4c543dfb1543d5bd897ef.zip
samba-tool dbcheck: improve --help for --reset-well-known-acls
This option is for updating from pre-4.0.4 when something went wrong with ACLs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=9872 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/netcmd/dbcheck.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/samba/netcmd/dbcheck.py b/python/samba/netcmd/dbcheck.py
index f0dd85282e3..8827ee35d63 100644
--- a/python/samba/netcmd/dbcheck.py
+++ b/python/samba/netcmd/dbcheck.py
@@ -71,7 +71,11 @@ class cmd_dbcheck(Command):
Option("--attrs", dest="attrs", default=None, help="list of attributes to check (space separated)"),
Option("--reindex", dest="reindex", default=False, action="store_true", help="force database re-index"),
Option("--force-modules", dest="force_modules", default=False, action="store_true", help="force loading of Samba modules and ignore the @MODULES record (for very old databases)"),
- Option("--reset-well-known-acls", dest="reset_well_known_acls", default=False, action="store_true", help="reset ACLs on objects with well known default ACL values to the default"),
+ Option("--reset-well-known-acls",
+ dest="reset_well_known_acls",
+ default=False, action="store_true",
+ help=("reset ACLs on objects with well known default values"
+ " (for updating from early 4.0.x)")),
Option("--quick-membership-checks", dest="quick_membership_checks",
help=("Skips missing/orphaned memberOf backlinks checks, "
"but speeds up dbcheck dramatically for domains with "