diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-05-29 16:36:00 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-05-29 04:41:24 +0000 |
commit | 09f2a187b3d8c161e2c11588499b3256a9dbcc95 (patch) | |
tree | e8e59b5ebbf59ed2c2929ff8097e2fe1a61e822a /source4/scripting | |
parent | c0b679f6a3f21e262d03bf38ea63900d30c29bb5 (diff) | |
download | samba-09f2a187b3d8c161e2c11588499b3256a9dbcc95.tar.gz |
sambadowngradedatabase: Add "or later" to warning about using tools from Samba 4.8
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/scripting')
-rwxr-xr-x | source4/scripting/bin/sambadowngradedatabase | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/sambadowngradedatabase b/source4/scripting/bin/sambadowngradedatabase index 7474acb2cab..0d182820902 100755 --- a/source4/scripting/bin/sambadowngradedatabase +++ b/source4/scripting/bin/sambadowngradedatabase @@ -87,5 +87,5 @@ chk.reindex_database() print("Your database has been downgraded to DN-based index values.") -print("NOTE: Any use of a Samba 4.8 tool including ldbsearch will " +print("NOTE: Any use of a Samba 4.8 or later tool including ldbsearch will " "auto-upgrade back to GUID index mode") |