[WHATSNEW] Update for Dynamic RPC port range

Andreas Schneider asn at samba.org
Wed Jun 7 14:21:58 UTC 2017


Hi,

I've implemented a new feature and wanted to have it available in Samba 4.6 
but it did not get the review for the WHATSNEW change (bso #12521). So here is 
it for Samba 4.7.

Please review and push if OK.


Thanks,


	Andreas



-- 
Andreas Schneider                   GPG-ID: CC014E3D
Samba Team                             asn at samba.org
www.samba.org
-------------- next part --------------
>From 01ae3be12841f7c7ccad6a928a6a5ae0839871ff Mon Sep 17 00:00:00 2001
From: Andreas Schneider <asn at samba.org>
Date: Wed, 7 Jun 2017 16:18:11 +0200
Subject: [PATCH] WHATSNEW: Add Dynamic RPC port range

Signed-off-by: Andreas Schneider <asn at samba.org>
---
 WHATSNEW.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f8c65b23e31..8548e16dea4 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -43,6 +43,20 @@ kdc.conf by default. It is possible to use a different location during
 provision. You should consult the 'samba-tool' help and smb.conf manpage for
 details.
 
+Dynamic RPC port range
+----------------------
+
+The dynamic port range for RPC services has been changed from the old default
+value 1024-1300 to 49152-65535. This port range is not only used by a
+Samba AD DC but also applies to all other server roles including NT4-style
+domain controllers. The new value has been defined by Microsoft in Windows
+Server 2008 and newer versions. To make it easier for Administrators to control
+those port ranges we use the same default and make it configureable with the
+option: 'rpc server dynamic port range'.
+
+The 'rpc server port' option sets the first available port from the new
+'rpc server dynamic port range' option. The option 'rpc server port' only
+applies to Samba provisioned as an AD DC.
 
 Authentication and Authorization audit support
 ----------------------------------------------
-- 
2.13.0



More information about the samba-technical mailing list