From a48fcbf0b45de7b7c44cd6eb9b983d13e5ad93a9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 23 Apr 2004 14:12:19 +0000 Subject: The whole point of the 'privileged' pipe is that it is not world accessible... Andrew Bartlett (This used to be commit 85a8b315b4561a2bce227681bad7e535032498ec) --- docs/guide/Chap10b-DomainAppsSupport.xml | 4 ++-- 1 file 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): &rootprompt; chgrp squid /var/cache/samba/winbindd_privileged -&rootprompt; chmod 755 /var/cache/samba/winbindd_privileged +&rootprompt; chmod 750 /var/cache/samba/winbindd_privileged For SUSE Linux 9, execute the following: &rootprompt; chgrp squid /var/lib/samba/winbindd_privileged -&rootprompt; chmod 755 /var/lib/samba/winbindd_privileged +&rootprompt; chmod 750 /var/lib/samba/winbindd_privileged -- cgit