docs:smbdotconf: make formatting of headers uniform.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / winbind / createkrb5conf.xml
1 <samba:parameter name="create krb5 conf"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6
7         <para>
8         Setting this parameter to <value type="example">no</value> prevents
9         winbind from creating custom krb5.conf files. Winbind normally does
10         this because the krb5 libraries are not AD-site-aware and thus would
11         pick any domain controller out of potentially very many. Winbind
12         is site-aware and makes the krb5 libraries use a local DC by
13         creating its own krb5.conf files.
14         </para>
15         <para>
16         Preventing winbind from doing this might become necessary if you
17         have to add special options into your system-krb5.conf that winbind
18         does not see.
19         </para>
20
21 </description>
22 <value type="default">yes</value>
23 </samba:parameter>