summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-04-23 14:12:19 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:47 -0500
commita48fcbf0b45de7b7c44cd6eb9b983d13e5ad93a9 (patch)
tree4f11768317b201cd2d6bbc03eed4023f888be84f
parent21592190f5f038c8c97e8c515e23741718404a39 (diff)
downloadsamba-a48fcbf0b45de7b7c44cd6eb9b983d13e5ad93a9.tar.gz
samba-a48fcbf0b45de7b7c44cd6eb9b983d13e5ad93a9.tar.bz2
samba-a48fcbf0b45de7b7c44cd6eb9b983d13e5ad93a9.zip
The whole point of the 'privileged' pipe is that it is not world accessible...
Andrew Bartlett (This used to be commit 85a8b315b4561a2bce227681bad7e535032498ec)
-rw-r--r--docs/guide/Chap10b-DomainAppsSupport.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/Chap10b-DomainAppsSupport.xml b/docs/guide/Chap10b-DomainAppsSupport.xml
index f5212e35bf..7188e7747d 100644
--- a/docs/guide/Chap10b-DomainAppsSupport.xml
+++ b/docs/guide/Chap10b-DomainAppsSupport.xml
@@ -676,12 +676,12 @@ password: XXXXXXXX
whole process. Remember to issue the following command (for Red Hat Linux):
<screen>
&rootprompt; chgrp squid /var/cache/samba/winbindd_privileged
-&rootprompt; chmod 755 /var/cache/samba/winbindd_privileged
+&rootprompt; chmod 750 /var/cache/samba/winbindd_privileged
</screen>
For SUSE Linux 9, execute the following:
<screen>
&rootprompt; chgrp squid /var/lib/samba/winbindd_privileged
-&rootprompt; chmod 755 /var/lib/samba/winbindd_privileged
+&rootprompt; chmod 750 /var/lib/samba/winbindd_privileged
</screen>
</para></step>