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

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