source: branches/samba-3.3.x/docs-xml/smbdotconf/security/usekerberoskeytab.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 677 bytes
Line 
1<samba:parameter name="use kerberos keytab"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 Specifies whether Samba should attempt to maintain service principals in the systems
8 keytab file for <constant>host/FQDN</constant> and <constant>cifs/FQDN</constant>.
9 </para>
10
11 <para>
12 When you are using the heimdal Kerberos libraries, you must also specify the following in
13 <filename>/etc/krb5.conf</filename>:
14<programlisting>
15[libdefaults]
16default_keytab_name = FILE:/etc/krb5.keytab
17</programlisting>
18 </para>
19
20</description>
21
22<value type="default">False</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.