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-HOWTO-Collection/DomainMember.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-HOWTO-Collection/DomainMember.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/DomainMember.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-HOWTO-Collection/DomainMember.xml b/docs/Samba-HOWTO-Collection/DomainMember.xml index c059034115..d0c72ee126 100644 --- a/docs/Samba-HOWTO-Collection/DomainMember.xml +++ b/docs/Samba-HOWTO-Collection/DomainMember.xml @@ -200,7 +200,7 @@ a Linux-based Samba server: <indexterm><primary>useradd</primary></indexterm> <indexterm><primary>vipw</primary></indexterm> <screen> -&rootprompt;<userinput>/usr/sbin/useradd -g machines -d /dev/null -c <replaceable>"machine nickname"</replaceable> \ +&rootprompt;<userinput>/usr/sbin/useradd -g machines -d /var/lib/nobody -c <replaceable>"machine nickname"</replaceable> \ -s /bin/false <replaceable>machine_name</replaceable>$ </userinput> &rootprompt;<userinput>passwd -l <replaceable>machine_name</replaceable>$</userinput> @@ -378,7 +378,7 @@ Here is an example for a Red Hat Linux system. <para><smbconfblock> <smbconfsection>[global]</smbconfsection> <smbconfcomment><...remainder of parameters...></smbconfcomment> -<smbconfoption><name>add machine script</name><value>/usr/sbin/useradd -d /dev/null -g 100 \</value></smbconfoption> +<smbconfoption><name>add machine script</name><value>/usr/sbin/useradd -d /var/lib/nobody -g 100 \</value></smbconfoption> <member><parameter> -s /bin/false -M %u</parameter></member> </smbconfblock></para> |