diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/howto/Winbind.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/howto/Winbind.xml b/docs/howto/Winbind.xml index 66bbe99225..98a17ca08a 100644 --- a/docs/howto/Winbind.xml +++ b/docs/howto/Winbind.xml @@ -601,8 +601,8 @@ linkend="winbindcfg">the next example</link>, was modified to include the necess <para> Enter the following command to make the Samba server join the -PDC domain, where <replaceable>DOMAIN</replaceable> is the name of -your Windows domain and <replaceable>Administrator</replaceable> is +PDC domain, where <replaceable>PDC</replaceable> is the name of +your PDC and <replaceable>Administrator</replaceable> is a domain user who has administrative privileges in the domain. </para> @@ -611,7 +611,6 @@ a domain user who has administrative privileges in the domain. &rootprompt;<userinput>/usr/local/samba/bin/net rpc join -S PDC -U Administrator</userinput> </para> - <para> The proper response to the command should be: <quote>Joined the domain <replaceable>DOMAIN</replaceable></quote> where <replaceable>DOMAIN</replaceable> |