diff options
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 |