You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
2 years ago
|
From 05100771ea6bd775caae705bb53f76a0816f3b81 Mon Sep 17 00:00:00 2001
|
||
|
From: Sumit Bose <sbose@redhat.com>
|
||
|
Date: Tue, 11 May 2021 11:13:06 +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 9160a8a..b4dc27c 100644
|
||
|
--- a/doc/manual/realm.xml
|
||
|
+++ b/doc/manual/realm.xml
|
||
|
@@ -222,6 +222,19 @@ $ realm join --user=admin --computer-ou=OU=Special domain.example.com
|
||
|
supported for all realms. By default the membership software
|
||
|
is automatically selected.</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
|
||
|
--
|
||
|
2.31.1
|
||
|
|