docs: Remove defaults test exception for "mit kdc command"
authorAndrew Bartlett <abartlet@samba.org>
Tue, 16 Jun 2020 20:42:08 +0000 (08:42 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 17 Jun 2020 14:25:28 +0000 (14:25 +0000)
This ensures the documentation matches the code.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
docs-xml/wscript_build
python/samba/tests/docs.py

index 9f87e86272bfc3def3a1a1cc7b9cc284e32f7651..c7684088989c80e864ec0c4bf62ce3b56d9b67e9 100644 (file)
@@ -119,8 +119,9 @@ def smbdotconf_generate_parameter_list(task):
 
     entities = bld.pathconfig_entities()
 
-    # We need this if we build with Heimdal
-    mit_kdc_path = '"/usr/sbin/krb5kdc"'
+    # We need this if we build with Heimdal as we can't easily make
+    # the whole option go away
+    mit_kdc_path = '""'
     # The MIT krb5kdc path is set if we build with MIT Kerberos
     if bld.CONFIG_SET('MIT_KDC_PATH'):
         mit_kdc_path = bld.CONFIG_GET('MIT_KDC_PATH')
index 91a3f7fd8adc4757bc8b032aa80db7dc5e35d7ce..b0eff53386ca6ac4fd6cb2dbd03551a3f115cc25 100644 (file)
@@ -122,7 +122,6 @@ class SmbDotConfTests(TestCase):
         'template homedir',
         'max open files',
         'include system krb5 conf',
-        'mit kdc command',
         'smbd max async dosmode',
     ])