From: Andrew Bartlett Date: Wed, 29 May 2019 04:36:00 +0000 (+1200) Subject: sambadowngradedatabase: Add "or later" to warning about using tools from Samba 4.8 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=09f2a187b3d8c161e2c11588499b3256a9dbcc95;p=amitay%2Fsamba.git sambadowngradedatabase: Add "or later" to warning about using tools from Samba 4.8 Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- 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")