diff options
author | John Terpstra <jht@samba.org> | 2006-01-06 18:32:33 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:15 -0500 |
commit | cd668ed8edc6152dcc0c40cac81ad0b298801311 (patch) | |
tree | d1c00452aeb54ebbfd612d2ef5d1dcb66457a589 /docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml | |
parent | 9c631b06dfc733ae0705ee923582d575a10ceffc (diff) | |
download | samba-cd668ed8edc6152dcc0c40cac81ad0b298801311.tar.gz samba-cd668ed8edc6152dcc0c40cac81ad0b298801311.tar.bz2 samba-cd668ed8edc6152dcc0c40cac81ad0b298801311.zip |
Removing mention of the winbind enable local accounts parameter.
(This used to be commit baf4de7bc39c4adb55d05b13acc610cca14b8a87)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml b/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml index d45a3f02a4..1585084e0f 100644 --- a/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml @@ -1161,7 +1161,7 @@ Added user "LoginID" <screen> &rootprompt; mkdir -p /data &rootprompt; chown alan /data -&rootprompt; for i in james suzy ursula peter dale eric jeannie russell +&rootprompt; for i in james suzy ujen peter dale eric jeannie russ > do > mkdir -p /data/$i > chown $i /data/$i @@ -1259,7 +1259,7 @@ application/octet-stream Make certain to check the ownership and permissions on all files. If in doubt, execute the following: <screen> &rootprompt; chown alan /data -&rootprompt; for i in james suzy ursula peter dale eric jeannie russell +&rootprompt; for i in james suzy ujen peter dale eric jeannie russ > do > chown $i /data/$i > done |