diff options
author | Tim Potter <tpot@samba.org> | 2001-08-14 23:55:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-14 23:55:15 +0000 |
commit | d36e8bf3cbd61a735c677ad27e83344c88bfcb02 (patch) | |
tree | c8a60c0bbf14b85f9e1fe913acaa642ab40d80db | |
parent | 94953dd770c81e1cee55f6f68fb7f2b08123f2fa (diff) | |
download | samba-d36e8bf3cbd61a735c677ad27e83344c88bfcb02.tar.gz samba-d36e8bf3cbd61a735c677ad27e83344c88bfcb02.tar.xz samba-d36e8bf3cbd61a735c677ad27e83344c88bfcb02.zip |
Updated doco for lack of samedit command.
From Alexander Bokovoy <a.bokovoy@sam-solutions.net>
-rw-r--r-- | docs/docbook/manpages/winbindd.8.sgml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index a215c3d1af2..481bf9223c3 100644 --- a/docs/docbook/manpages/winbindd.8.sgml +++ b/docs/docbook/manpages/winbindd.8.sgml @@ -318,18 +318,15 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok </command></para> <para>The next step is to join the domain. To do that use the - <command>samedit</command> program like this: </para> + <command>smbpasswd</command> program like this: </para> - <para><command>samedit -S '*' -W DOMAIN -UAdministrator</command></para> + <para><command>smbpasswd -j DOMAIN -r 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. Next from - within <command>samedit</command>, run the command: </para> - - <para><command>createuser MACHINE$ -j DOMAIN -L</command></para> - - <para>This assumes your domain is called "DOMAIN" and your Samba - workstation is called "MACHINE". </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>Next copy <filename>libnss_winbind.so</filename> to <filename>/lib</filename> and <filename>pam_winbind.so</filename> |