diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-01 05:16:00 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-01 05:16:00 +0000 |
commit | 1454c1c99ab87e216dea1871b53c51ce7e548ba5 (patch) | |
tree | 7940a52a47ac7fdb12c8ff5d4fe8a2211c8bed3a /docs/docbook/manpages | |
parent | bcc51dcc2f47283e5277dbd5b150f081ba35008d (diff) | |
download | samba-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.sgml | 6 |
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 |