1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/winbind/includesystemkrb5conf.xml
Andreas Schneider f464f69b33 s3:param: Add an 'include system krb5 conf' option
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12441

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2016-12-02 09:36:07 +01:00

16 lines
559 B
XML

<samba:parameter name="include system krb5 conf"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
Setting this parameter to <value type="example">no</value> will prevent
winbind to include the system /etc/krb5.conf file into the krb5.conf file
it creates. See also <smbconfoption name="create krb5 conf"/>. This option
only applies to Samba built with MIT Kerberos.
</para>
</description>
<value type="default">yes</value>
</samba:parameter>