I test my smb.conf with : ./testparm -s Load smb config files from /usr/local/samba/lib/smb.conf Processing section "[homes]" Processing section "[printers]" Loaded services file OK. # Global parameters [global] workgroup = MYLAN server string = Netmon security = DOMAIN password server = MYPDC log file = /usr/local/samba/var/log.%m max log size = 50 load printers = No dns proxy = No wins server = 10.3.67.222 idmap uid = 10000-20000 idmap gid = 10000-20000 winbind use default domain = Yes hosts allow = 10.0.1., 10.0.2., 10.0.3., 10.0.4. [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /usr/spool/samba printable = Yes browseable = No So where is my mistake. It is for sure I have made somewhere a mistake but can you see locate it? kinkie-squid@xxxxxxxxx@inet 03.02.2005 01:50 To squid-users@xxxxxxxxxxxxxxx cc Subject Re: [squid-users] Re [squid-users] Squid NTLM authentication problem NT domain On Wed, 2005-02-02 at 17:14 +0200, nikolay.nenchev@xxxxxxxxxxxxxxxxxxxxxxx wrote: > Hi again, > I have change permission on winbindd_privileged to: > > > drwxr-x--- 2 root squid 4096 Feb 2 09:33 > winbindd_privileged > now i don't have error: > #winbindd version 3.0.10 started. > # Copyright The Samba Team 2000-2004 > #[2005/02/02 09:11:10, 0] lib/util_sock.c:create_pipe_sock(1056) > #invalid permissions on socket directory > /usr/local/samba/var/locks/winbindd_privileged > #open_winbind_socket: Success > > but i still receive error messages in squid - cache.log: > 2005/02/02 14:52:57| helperStatefulOpenServers: Starting 30 > 'ntlm_auth' > processes > ntlm_auth: error opening config file /usr/local/samba/lib/smb.conf. > Error > was Invalid or incomplete multibyte or wide character This looks like a configuration error in smb.conf. You might want to check it using "testparm" or similar tools. kinkie