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