summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-09-19 15:26:55 -0700
committerJeremy Allison <jra@samba.org>2017-09-20 22:48:15 +0200
commitf0df2426c0a6428ec1f7b9ede57adfa95e8d8382 (patch)
tree147dded7a6fecc28f88412c080b749c2946c50ef /WHATSNEW.txt
parent3a06a7a14e66d5f11c7ca0ea52c8f0f59927c75d (diff)
downloadsamba-f0df2426c0a6428ec1f7b9ede57adfa95e8d8382.tar.gz
WHATSNEW: Mention code removal from "net" and "rpcclient"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 428c2919f1a..2f2f2f61c98 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -41,6 +41,28 @@ smb.conf changes
Parameter Name Description Default
-------------- ----------- -------
+NT4-style replication based net commands removed
+================================================
+
+The following commands and sub-commands have been removed from the
+"net" utility:
+
+net rpc samdump
+net rpc vampire ldif
+
+Also, replicating from a real NT4 domain with "net rpc vampire" and
+"net rpc vampire keytab" has been removed.
+
+The NT4-based commands were accidentially broken in 2013, and nobody
+noticed the breakage. So instead of fixing them including tests (which
+would have meant writing a server for the protocols, which we don't
+have) we decided to remove them.
+
+For the same reason, the "samsync", "samdeltas" and "database_redo"
+commands have been removed from rpcclient.
+
+"net rpc vampire keytab" from Active Directory domains continues to be
+supported.
KNOWN ISSUES
============