summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-03-08 20:22:52 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:15 -0500
commitb7c94a5478f7b652824c1d88779888b02b86e08c (patch)
treeeb013761ea337ba4349b498d47eb094b76b8fc6b /docs
parentd07d9cd8d96c6981df629bb172b89a1c1f847bed (diff)
downloadsamba-b7c94a5478f7b652824c1d88779888b02b86e08c.tar.gz
samba-b7c94a5478f7b652824c1d88779888b02b86e08c.tar.bz2
samba-b7c94a5478f7b652824c1d88779888b02b86e08c.zip
Fixing bug #1105
(This used to be commit e57a54c1c0572e11561c2f9c448849d7fde894cc)
Diffstat (limited to 'docs')
-rw-r--r--docs/Samba-HOWTO-Collection/Winbind.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/Samba-HOWTO-Collection/Winbind.xml b/docs/Samba-HOWTO-Collection/Winbind.xml
index f531336b43..6405118f2c 100644
--- a/docs/Samba-HOWTO-Collection/Winbind.xml
+++ b/docs/Samba-HOWTO-Collection/Winbind.xml
@@ -604,12 +604,30 @@ linkend="winbindcfg">the next example</link>, was modified to include the necess
<title>Join the Samba Server to the PDC Domain</title>
<para>
+All machines that will participate in domain security should be members of
+the domain. This applies also to the PDC and all BDCs.
+</para>
+
+<para>
+The process of joining a domain requires the use of the <command>net rpc join</command>
+command. This process communicates with the domain controller it will register with
+(usually the PDC) via MS DCE RPC. This means, of course, that the <command>smbd</command>
+process must be running on the target DC. This means that it is necessary to temporarily
+start Samba on a PDC so that it can join its own domain.
+</para>
+
+<para>
Enter the following command to make the Samba server join the
-PDC domain, where <replaceable>PDC</replaceable> is the name of
+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>
+<note><para>
+Before attempting to join a machine to the domain verify that Samba is running
+on the target DC (usually PDC) and that it is capable of being reached via ports
+137/udp, 135/tcp, 139/tcp, and 445/tcp (if Samba or Windows Server 2Kx.
+</para></note>
<para>
&rootprompt;<userinput>/usr/local/samba/bin/net rpc join -S PDC -U Administrator</userinput>