The branch, master has been updated via 6b7b0ec9709 docs-xml: Update description of dns hotsname (G) from 9be96cf602e s3-waf: Enable build of MO files for localization
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 6b7b0ec970987a31f47268d31e52238ee1a87107 Author: Pavel Filipenský <pfilipen...@samba.org> Date: Thu Feb 20 15:22:36 2025 +0100 docs-xml: Update description of dns hotsname (G) Signed-off-by: Pavel Filipenský <pfilipen...@samba.org> Reviewed-by: Andreas Schneider <a...@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipen...@samba.org> Autobuild-Date(master): Mon Mar 3 10:36:29 UTC 2025 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: docs-xml/smbdotconf/misc/dnsclientname.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Changeset truncated at 500 lines: diff --git a/docs-xml/smbdotconf/misc/dnsclientname.xml b/docs-xml/smbdotconf/misc/dnsclientname.xml index 9de2bde918a..ba45dca05e2 100644 --- a/docs-xml/smbdotconf/misc/dnsclientname.xml +++ b/docs-xml/smbdotconf/misc/dnsclientname.xml @@ -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> -- Samba Shared Repository