From 1454c1c99ab87e216dea1871b53c51ce7e548ba5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 1 Feb 2003 05:16:00 +0000 Subject: 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) --- docs/docbook/manpages/winbindd.8.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/docbook/manpages') 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 The next step is to join the domain. To do that use the smbpasswd program like this: - smbpasswd -j DOMAIN -r PDC -U - Administrator + net join -S PDC -U Administrator The username after the -U 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". + Substitute the name or IP of your PDC for "PDC". Next copy libnss_winbind.so to /lib and pam_winbind.so -- cgit