diff options
author | John Terpstra <jht@samba.org> | 2005-02-09 21:06:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:13 -0500 |
commit | 742c229442700b468b9046e8145f3877d58f47ad (patch) | |
tree | 52544bec5db4159295fbcf4de5b53eba0ca99478 /docs/Samba-Guide/Chap03-TheSmallOffice.xml | |
parent | 55023832945ded39224506b26ea5c1cea8feecf5 (diff) | |
download | samba-742c229442700b468b9046e8145f3877d58f47ad.tar.gz samba-742c229442700b468b9046e8145f3877d58f47ad.tar.bz2 samba-742c229442700b468b9046e8145f3877d58f47ad.zip |
Commiting Lars Mueller's patch.
(This used to be commit 281ee4093bbc4d4cb7c849bcbe8bdc08a6b726ba)
Diffstat (limited to 'docs/Samba-Guide/Chap03-TheSmallOffice.xml')
-rw-r--r-- | docs/Samba-Guide/Chap03-TheSmallOffice.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-Guide/Chap03-TheSmallOffice.xml b/docs/Samba-Guide/Chap03-TheSmallOffice.xml index a54ac178e8..9baa6036fc 100644 --- a/docs/Samba-Guide/Chap03-TheSmallOffice.xml +++ b/docs/Samba-Guide/Chap03-TheSmallOffice.xml @@ -665,7 +665,7 @@ hosts: files wins <smbconfoption><name>delete group script</name><value>/usr/sbin/groupdel '%g'</value></smbconfoption> <smbconfoption><name>add user to group script</name><value>/usr/sbin/usermod -G '%g' '%u'</value></smbconfoption> <smbconfoption><name>add machine script</name><value>/usr/sbin/useradd \</value></smbconfoption> -<member><parameter>-s /bin/false -d /dev/null '%u'</parameter></member> +<member><parameter>-s /bin/false -d /var/lib/nobody '%u'</parameter></member> <smbconfoption><name>logon script</name><value>scripts\login.bat</value></smbconfoption> <smbconfoption><name>logon path</name><value> </value></smbconfoption> <smbconfoption><name>logon drive</name><value>X:</value></smbconfoption> @@ -751,7 +751,7 @@ Loaded services file OK. delete group script = /usr/sbin/groupdel '%g' add user to group script = /usr/sbin/usermod -G '%g' '%u' add machine script = /usr/sbin/useradd - -s /bin/false -d /dev/null '%u' + -s /bin/false -d /var/lib/nobody '%u' logon script = scripts\logon.bat logon path = logon drive = X: |