From 742c229442700b468b9046e8145f3877d58f47ad Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 9 Feb 2005 21:06:50 +0000 Subject: Commiting Lars Mueller's patch. (This used to be commit 281ee4093bbc4d4cb7c849bcbe8bdc08a6b726ba) --- docs/Samba-Guide/Chap03-TheSmallOffice.xml | 4 ++-- docs/Samba-Guide/Chap04-SecureOfficeServer.xml | 2 +- docs/Samba-Guide/Chap05-500UserNetwork.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Samba-Guide') 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 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 scriptscripts\login.bat logon path logon driveX: @@ -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: diff --git a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml index bc60ca662e..bd6f477ccc 100644 --- a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml +++ b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml @@ -1924,7 +1924,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 shutdown script = /var/lib/samba/scripts/shutdown.sh abort shutdown script = /sbin/shutdown -c logon script = scripts\logon.bat diff --git a/docs/Samba-Guide/Chap05-500UserNetwork.xml b/docs/Samba-Guide/Chap05-500UserNetwork.xml index 6ca3d72bb8..f1f36831af 100644 --- a/docs/Samba-Guide/Chap05-500UserNetwork.xml +++ b/docs/Samba-Guide/Chap05-500UserNetwork.xml @@ -957,7 +957,7 @@ hosts: files dns wins add group script/usr/sbin/groupadd '%g' 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' +add machine script/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u' preferred masterYes wins supportYes include/etc/samba/dc-common.conf -- cgit