summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2019-09-11 13:55:37 +1200
committerNoel Power <npower@samba.org>2019-09-13 11:15:31 +0000
commita0fe965c36218c5992ed2a6fe7c7fdb00b420702 (patch)
tree233b87ff7eda5c68dc000713c144f9955715b574 /python
parentb730f350c2209236641d0423d4d0c00d43a24929 (diff)
downloadsamba-a0fe965c36218c5992ed2a6fe7c7fdb00b420702.tar.gz
param: Allow rpc server dynamic port range to roundtrip
Originally this parameter only set two other parameters, but never set the original string. By setting the string as well, we can make it be emitted by testparm -v correctly (instead of ''), and set it back as the value for the parameter. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/docs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index b6c15b7d8de..32a16a98fbc 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -123,7 +123,6 @@ class SmbDotConfTests(TestCase):
'template homedir',
'max open files',
'include system krb5 conf',
- 'rpc server dynamic port range',
'mit kdc command',
'smbd max async dosmode',
])
@@ -247,7 +246,6 @@ class SmbDotConfTests(TestCase):
exceptions = set([
'printing',
- 'rpc server dynamic port range',
'smbd max async dosmode',
])