diff options
author | John Terpstra <jht@samba.org> | 2005-05-31 17:23:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:41 -0500 |
commit | 4d1889b3adc0a712a45e484f88a1d129858fea46 (patch) | |
tree | 0eeec326c6f8c86c393b1df7236cc8c249e930f1 | |
parent | 68abe1b0295689766c465e7ab7f29a03267ceaf4 (diff) | |
download | samba-4d1889b3adc0a712a45e484f88a1d129858fea46.tar.gz samba-4d1889b3adc0a712a45e484f88a1d129858fea46.tar.bz2 samba-4d1889b3adc0a712a45e484f88a1d129858fea46.zip |
Fix small typo. Missing space that is essential for syntax.
(This used to be commit 1d3a46e6fd826e3e0dfb6e5ac83a7af1a9728be6)
-rw-r--r-- | docs/Samba-Guide/SBE-TheSmallOffice.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba-Guide/SBE-TheSmallOffice.xml b/docs/Samba-Guide/SBE-TheSmallOffice.xml index e8f8bf427d..8cb71820ed 100644 --- a/docs/Samba-Guide/SBE-TheSmallOffice.xml +++ b/docs/Samba-Guide/SBE-TheSmallOffice.xml @@ -647,7 +647,7 @@ hosts: files wins <smbconfoption name="add group script">/usr/sbin/groupadd '%g'</smbconfoption> <smbconfoption name="delete group script">/usr/sbin/groupdel '%g'</smbconfoption> <smbconfoption name="add user to group script">/usr/sbin/usermod -G '%g' '%u'</smbconfoption> -<smbconfoption name="add machine script"></smbconfoption> +<smbconfoption name="add machine script"> </smbconfoption> <member><parameter>/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u'</parameter></member> <smbconfoption name="logon script">scripts\login.bat</smbconfoption> <smbconfoption name="logon path"> </smbconfoption> |