Blame SOURCES/0001-doc-add-computer-name-to-realm-man-page.patch

bc0354
From 05100771ea6bd775caae705bb53f76a0816f3b81 Mon Sep 17 00:00:00 2001
bc0354
From: Sumit Bose <sbose@redhat.com>
bc0354
Date: Tue, 11 May 2021 11:13:06 +0200
bc0354
Subject: [PATCH] doc: add computer-name to realm man page
bc0354
bc0354
---
bc0354
 doc/manual/realm.xml | 13 +++++++++++++
bc0354
 1 file changed, 13 insertions(+)
bc0354
bc0354
diff --git a/doc/manual/realm.xml b/doc/manual/realm.xml
bc0354
index 9160a8a..b4dc27c 100644
bc0354
--- a/doc/manual/realm.xml
bc0354
+++ b/doc/manual/realm.xml
bc0354
@@ -222,6 +222,19 @@ $ realm join --user=admin --computer-ou=OU=Special domain.example.com
bc0354
 			supported for all realms. By default the membership software
bc0354
 			is automatically selected.</para></listitem>
bc0354
 		</varlistentry>
bc0354
+		<varlistentry>
bc0354
+			<term><option>--computer-name=xxx</option></term>
bc0354
+			<listitem>
bc0354
+				<para>This option only applies to Active
bc0354
+				Directory realms. Specify this option to
bc0354
+				override the default name used when creating
bc0354
+				the computer account. The system's FQDN will
bc0354
+				still be saved in the dNSHostName attribute.</para>
bc0354
+				<para>Specify the name as a string of 15 or
bc0354
+				fewer characters that is a valid NetBIOS
bc0354
+				computer name.</para>
bc0354
+			</listitem>
bc0354
+		</varlistentry>
bc0354
 		<varlistentry>
bc0354
 			<term><option>--no-password</option></term>
bc0354
 			<listitem><para>Perform the join automatically without
bc0354
-- 
bc0354
2.31.1
bc0354