ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / misc / dnsclientname.xml
blob9de2bde918a5a7d673f8294978d705934ac7549a
1 <samba:parameter name="dns hostname"
2                  context="G"
3                  type="string"
4                  function="_dns_hostname"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     This value is used either register with AD during a join or by calling
8     <programlisting>
9         net ads dns register
10     </programlisting>
11     or during Kerberos authentication to create service principal names. This
12     is not supported in samba-tool yet.
13 </description>
15 <value type="default">[netbios name].[realm]</value>
16 <value type="example">client-hostname.example.com</value>
17 </samba:parameter>