diff options
author | Jeremy Allison <jra@samba.org> | 2001-10-11 20:00:58 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-10-11 20:00:58 +0000 |
commit | 61b015fdeb4228bbcdf0fb65c0c93e67f5b80d4c (patch) | |
tree | 4142084a56bce4b6d9a4ff910a91ed36b2fbc972 /docs/htmldocs/Integrating-with-Windows.html | |
parent | 6fcdd2590d555d24bdb6bd2e30dfdd5e45666a34 (diff) | |
download | samba-61b015fdeb4228bbcdf0fb65c0c93e67f5b80d4c.tar.gz samba-61b015fdeb4228bbcdf0fb65c0c93e67f5b80d4c.tar.xz samba-61b015fdeb4228bbcdf0fb65c0c93e67f5b80d4c.zip |
More docs sync.
Jeremy.
Diffstat (limited to 'docs/htmldocs/Integrating-with-Windows.html')
-rw-r--r-- | docs/htmldocs/Integrating-with-Windows.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/htmldocs/Integrating-with-Windows.html b/docs/htmldocs/Integrating-with-Windows.html index fbfad867bab..7c5fe316272 100644 --- a/docs/htmldocs/Integrating-with-Windows.html +++ b/docs/htmldocs/Integrating-with-Windows.html @@ -1001,7 +1001,7 @@ the procedure for creating an account.</P ><P ><PRE CLASS="PROGRAMLISTING" -> # useradd -s /bin/bash -d /home/"userid" -m +> # useradd -s /bin/bash -d /home/"userid" -m "userid" # passwd "userid" Enter Password: <pw> @@ -1023,7 +1023,7 @@ controller. Refer to the Samba-PDC-HOWTO for more details.</P ><P ><PRE CLASS="PROGRAMLISTING" -> # useradd -a /bin/false -d /dev/null "machine_name"\$ +> # useradd -s /bin/false -d /dev/null "machine_name"\$ # passwd -l "machine_name"\$ # smbpasswd -a -m "machine_name"</PRE ></P |