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

3a7434
From e427f89fa4f41356525797170729c2dc5d9fa045 Mon Sep 17 00:00:00 2001
3a7434
From: Sumit Bose <sbose@redhat.com>
3a7434
Date: Mon, 25 Jul 2016 15:25:20 +0200
3a7434
Subject: [PATCH] doc: add computer-name to realm man page
3a7434
3a7434
---
3a7434
 doc/manual/realm.xml | 13 +++++++++++++
3a7434
 1 file changed, 13 insertions(+)
3a7434
3a7434
diff --git a/doc/manual/realm.xml b/doc/manual/realm.xml
3a7434
index 6724d80..ebaebd3 100644
3a7434
--- a/doc/manual/realm.xml
3a7434
+++ b/doc/manual/realm.xml
3a7434
@@ -202,6 +202,19 @@ $ realm join --user=admin --computer-ou=OU=Special domain.example.com
3a7434
 			Directory specific option.</para></listitem>
3a7434
 		</varlistentry>
3a7434
 		<varlistentry>
3a7434
+			<term><option>--computer-name=xxx</option></term>
3a7434
+			<listitem>
3a7434
+				<para>This option only applies to Active
3a7434
+				Directory realms. Specify this option to
3a7434
+				override the default name used when creating
3a7434
+				the computer account. The system's FQDN will
3a7434
+				still be saved in the dNSHostName attribute.</para>
3a7434
+				<para>Specify the name as a string of 15 or
3a7434
+				fewer characters that is a valid NetBIOS
3a7434
+				computer name.</para>
3a7434
+			</listitem>
3a7434
+		</varlistentry>
3a7434
+		<varlistentry>
3a7434
 			<term><option>--no-password</option></term>
3a7434
 			<listitem><para>Perform the join automatically without
3a7434
 			a password.</para></listitem>
3a7434
-- 
3a7434
2.7.4
3a7434