1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-21 09:49:28 +03:00

WHATSNEW: unknown options now trigger an error in all tools

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14828

Signed-off-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Ralph Boehme
2021-09-10 18:15:25 +02:00
committed by Jule Anger
parent cc39fca1f5
commit 13ba74a67a

View File

@ -104,6 +104,9 @@ These should be stories of the past now. A new command line parser has been
implemented with sanity checking. Also the command line interface has been
simplified and provides better control for encryption, signing and kerberos.
Previously many tools silently ignored unknown options. To prevent unexpected
behaviour all tools will now consistently reject unknown options.
Also several command line options have a smb.conf variable to control the
default now.