From cafe2966a00061732e72ffb37c1d7a338152171b Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 6 May 2014 16:21:50 +1200 Subject: param: remove idmap parameters as special cases in docs.py Change-Id: Ie2395ddbe9e055b9972fd859615a022d9f675014 Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Nadezhda Ivanova --- python/samba/tests/docs.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 61295d7609..67ed512b7d 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -186,9 +186,6 @@ class SmbDotConfTests(TestCase): exceptions = ['client lanman auth', 'client plaintext auth', 'registry shares', - 'idmap backend', - 'idmap gid', - 'idmap uid', 'smb ports']) def test_default_s4(self): -- cgit