1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-18 08:23:51 +03:00

docs-xml/smbdotconf: change 'smb ports' into a synonym for 'server smb transport'

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Stefan Metzmacher
2025-04-02 20:45:53 +02:00
parent 50c25dc663
commit ae85b9c878
7 changed files with 16 additions and 60 deletions

View File

@@ -271,7 +271,6 @@ class SmbDotConfTests(TestCase):
exceptions = ['client lanman auth',
'client plaintext auth',
'registry shares',
'smb ports',
'rpc server dynamic port range',
'name resolve order',
'clustering'])
@@ -281,8 +280,7 @@ class SmbDotConfTests(TestCase):
self._test_default(['bin/samba-tool', 'testparm'])
self._set_defaults(['bin/samba-tool', 'testparm'])
self._set_arbitrary(['bin/samba-tool', 'testparm'],
exceptions=['smb ports',
'rpc server dynamic port range',
exceptions=['rpc server dynamic port range',
'name resolve order'])
self._test_empty(['bin/samba-tool', 'testparm'])