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