]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update description of dns hotsname (G)
authorPavel Filipenský <pfilipensky@samba.org>
Thu, 20 Feb 2025 14:22:36 +0000 (15:22 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Mon, 3 Mar 2025 10:36:29 +0000 (10:36 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Mon Mar  3 10:36:29 UTC 2025 on atb-devel-224

docs-xml/smbdotconf/misc/dnsclientname.xml

index 9de2bde918a5a7d673f8294978d705934ac7549a..ba45dca05e27003c5d450a33da33ad76e30f6c8c 100644 (file)
@@ -4,12 +4,13 @@
                  function="_dns_hostname"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-    This value is used either register with AD during a join or by calling
-    <programlisting>
-        net ads dns register
-    </programlisting>
-    or during Kerberos authentication to create service principal names. This
-    is not supported in samba-tool yet.
+    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>