summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-01 05:16:00 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-01 05:16:00 +0000
commit1454c1c99ab87e216dea1871b53c51ce7e548ba5 (patch)
tree7940a52a47ac7fdb12c8ff5d4fe8a2211c8bed3a /docs/docbook/manpages
parentbcc51dcc2f47283e5277dbd5b150f081ba35008d (diff)
downloadsamba-1454c1c99ab87e216dea1871b53c51ce7e548ba5.tar.gz
samba-1454c1c99ab87e216dea1871b53c51ce7e548ba5.tar.bz2
samba-1454c1c99ab87e216dea1871b53c51ce7e548ba5.zip
More doco updates, in particular the fact that you must configure the smb.conf
*before* you join, otherwise we don't have all the info that 'net join' needs. Also move from smbpasswd -j to 'net join' in the examples. Andrew Bartlett (This used to be commit 9494c1e153a2a515841fb57506b7b9bff3eee7a6)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r--docs/docbook/manpages/winbindd.8.sgml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml
index 68f41afead..a44e195d8c 100644
--- a/docs/docbook/manpages/winbindd.8.sgml
+++ b/docs/docbook/manpages/winbindd.8.sgml
@@ -271,13 +271,11 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok
<para>The next step is to join the domain. To do that use the
<command>smbpasswd</command> program like this: </para>
- <para><command>smbpasswd -j DOMAIN -r PDC -U
- Administrator</command></para>
+ <para><command>net join -S PDC -U Administrator</command></para>
<para>The username after the <parameter>-U</parameter> can be any
Domain user that has administrator privileges on the machine.
- Substitute your domain name for "DOMAIN" and the name of your PDC
- for "PDC".</para>
+ Substitute the name or IP of your PDC for "PDC".</para>
<para>Next copy <filename>libnss_winbind.so</filename> to
<filename>/lib</filename> and <filename>pam_winbind.so