summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-10-07 14:36:57 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-29 23:31:09 +0200
commiteaaf5ce66e32d05b0a649619986d67ab6176a27a (patch)
tree9098d489e3d8216130dd95debf7f905ea4fa85e0 /docs-xml
parent6eb1ff9b47c7041b0bdc9833bb6046f77d7ca6e4 (diff)
downloadsamba-eaaf5ce66e32d05b0a649619986d67ab6176a27a.tar.gz
param: Add 'mit kdc config' option to smb.conf
This points to the kdc config file created by Samba by default. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/mitkdcconfig.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/mitkdcconfig.xml b/docs-xml/smbdotconf/security/mitkdcconfig.xml
new file mode 100644
index 00000000000..4dd9f9badff
--- /dev/null
+++ b/docs-xml/smbdotconf/security/mitkdcconfig.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="mit kdc config"
+ context="G"
+ type="string"
+ advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This option allows to use a different MIT KDC config file than using
+ the system default.
+ </para>
+</description>
+
+<value type="example">/etc/samba/kdc.conf</value>
+</samba:parameter>