summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc/dnsclientname.xml
blob: ba45dca05e27003c5d450a33da33ad76e30f6c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="dns hostname"
                 context="G"
                 type="string"
                 function="_dns_hostname"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    This value is used:
    <itemizedlist>
    <listitem><para>to register DNS record with AD during a join or by calling <programlisting>net ads dns register</programlisting></para></listitem>
    <listitem><para>during Kerberos authentication to create service principal names</para></listitem>
    <listitem><para>during keytab creation - see the <smbconfoption name="sync machine password to keytab"/> parameter</para></listitem>
    </itemizedlist>
    This is not supported in samba-tool yet.
</description>

<value type="default">[netbios name].[realm]</value>
<value type="example">client-hostname.example.com</value>
</samba:parameter>