summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-ByExample
diff options
context:
space:
mode:
authorJohn H Terpstra <jht@samba.org>2009-09-24 19:18:33 -0500
committerJohn H Terpstra <jht@samba.org>2009-09-24 19:18:33 -0500
commitfe0387f047b21b56d452eaf4f13a6b773c4dbe08 (patch)
tree3a63d4c4c491cda5811a6db9029007aa8bb23e73 /docs-xml/Samba3-ByExample
parentd1aa7d479697a8fcc5d8237271c473a1b831949b (diff)
downloadsamba-fe0387f047b21b56d452eaf4f13a6b773c4dbe08.tar.gz
samba-fe0387f047b21b56d452eaf4f13a6b773c4dbe08.tar.bz2
samba-fe0387f047b21b56d452eaf4f13a6b773c4dbe08.zip
Bug fix thanks to vjbangis viray
Diffstat (limited to 'docs-xml/Samba3-ByExample')
-rw-r--r--docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml b/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
index 846145ed58..625cfed219 100644
--- a/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
+++ b/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
@@ -489,8 +489,8 @@ Users (S-1-5-32-545) -> -1
<screen>
&rootprompt; mkdir -p /data/{accounts,finsvcs}
&rootprompt; chown -R root:root /data
-&rootprompt; chown -R alanm:accounts /data/accounts
-&rootprompt; chown -R alanm:finsvcs /data/finsvcs
+&rootprompt; chown -R alanm:acctsdep /data/accounts
+&rootprompt; chown -R alanm:finsrvcs /data/finsrvcs
&rootprompt; chmod -R ug+rwx,o+rx-w /data
</screen>
Each department is responsible for creating its own directory structure within its
@@ -688,9 +688,9 @@ hosts: files wins
<smbconfoption name="valid users">%G</smbconfoption>
<smbconfoption name="read only">No</smbconfoption>
-<smbconfsection name="[finsvcs]"/>
+<smbconfsection name="[finsrvcs]"/>
<smbconfoption name="comment">Financial Service Files</smbconfoption>
-<smbconfoption name="path">/data/finsvcs</smbconfoption>
+<smbconfoption name="path">/data/finsrvcs</smbconfoption>
<smbconfoption name="valid users">%G</smbconfoption>
<smbconfoption name="read only">No</smbconfoption>
</smbconfblock>