summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2016-01-27 22:59:25 +0100
committerKarolin Seeger <kseeger@samba.org>2016-02-03 11:50:25 +0100
commit9eed1866217447fa07164a53bd099c0c06c0dc9b (patch)
tree089519142178a16a8ef41d7e78d1be5fadd46a70
parent297822600700a9cd2f33c2c4a819bab857953838 (diff)
downloadsamba-9eed1866217447fa07164a53bd099c0c06c0dc9b.tar.gz
WHATSNEW: update with latest parameter updates for smbget
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11700 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Jan 28 13:07:34 CET 2016 on sn-devel-144 (cherry picked from commit 9b5198f55234d55c24d265adf072932cfe086f63)
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 399fb2b79af..7c748c2e5aa 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -65,6 +65,13 @@ smbstatus
'smbstatus' was enhanced to show the state of signing and encryption for
sessions and shares.
+smbget
+------
+The -u and -p options for user and password were replaced by the -U option that
+accepts username[%password] as in many other tools of the Samba suite.
+Similary, smbgetrc files do not accept username and password options any more,
+only a single "user" option which also accepts user%password combinations.
+
s4-rpc_server
-------------