Natxo Asenjo
2005-Oct-03 08:08 UTC
[Samba] invalid permissions on socket directory /var/lib/samba/winbindd_privileged
hi, Nearly there, not just yet. I am setting up a suse 9.3 samba file server in a windows 2k3 AD environment. my /etc/samba/smb.conf: [global] workgroup = PASSADE netbios name = BROEKSTR01 realm = PASSADE.LOCAL security = ads encrypt passwords = yes password server = broekstr01.passade.local winbind separator = / idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes I just joined the realm with net ads join -U administrator. If I try to list the directory users, this is what I get: [2005/10/03 09:50:13, 1] nsswitch/winbindd.c:main(864) winbindd version 3.0.12-5-SUSE started. Copyright The Samba Team 2000-2004 [2005/10/03 09:50:17, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:17, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:20, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:20, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:23, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:23, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:26, 1] nsswitch/winbindd_ads.c:ads_cached_connection(81) ads_connect for domain PASSADE failed: Invalid credentials [2005/10/03 09:50:29, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:29, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:33, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:33, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:36, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:36, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:39, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:39, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:42, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:42, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:45, 0] libsmb/smb_signing.c:signing_good(240) signing_good: BAD SIG: seq 1 [2005/10/03 09:50:45, 0] libsmb/clientgen.c:cli_receive_smb(121) SMB Signature verification failed on incoming packet! [2005/10/03 09:50:45, 0] lib/util_sock.c:create_pipe_sock(1206) invalid permissions on socket directory /var/lib/samba/winbindd_privileged open_winbind_socket: No such file or directory So the permissions of /var/lib/samba/winbindd_privileged are wrong. They are now: drwxr-xr-x 2 root root 72 Sep 30 11:26 winbindd_privileged and inside the directory I have this: srwxrwxrwx 1 root root 0 Sep 30 11:26 pipe In google I found nothing abouth this (well, yes, references to samba 3 by example, a hardcopy of which is here next to me). I am stuck. Any ideas? Thanks in advance, J.Asenjo
Andrew Bartlett
2005-Oct-03 08:26 UTC
[Samba] invalid permissions on socket directory /var/lib/samba/winbindd_privileged
On Mon, 2005-10-03 at 10:07 +0200, Natxo Asenjo wrote:> hi, > > Nearly there, not just yet. > > I am setting up a suse 9.3 samba file server in a windows 2k3 AD > environment. > > So the permissions of /var/lib/samba/winbindd_privileged are wrong. They are > now: > > drwxr-xr-x 2 root root 72 Sep 30 11:26 winbindd_privilegedThis (0755) is incorrect. It must be (0750).> and inside the directory I have this: > srwxrwxrwx 1 root root 0 Sep 30 11:26 pipe > > In google I found nothing abouth this (well, yes, references to samba 3 by > example, a hardcopy of which is here next to me). I am stuck. Any ideas?I think this may be incorrect in the book. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Samba Developer, SuSE Labs, Novell Inc. http://suse.de Authentication Developer, Samba Team http://samba.org Student Network Administrator, Hawker College http://hawkerc.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20051003/51938227/attachment.bin
Ross McInnes
2005-Oct-03 09:10 UTC
[Samba] invalid permissions on socket directory/var/lib/samba/winbindd_privileged
Hi, Ironically enough I also had this same issue this morning, ive traced it back to a howto get squid and samba authenticating off a windows PDC. In the faq it tells you to chown root:squid and chmod 770 Set it back to 750, winbindd would now start and squid was quite happy to authenticate still. Cheers Ross -----Original Message----- From: samba-bounces+sysrm=stvincent.ac.uk@lists.samba.org [mailto:samba-bounces+sysrm=stvincent.ac.uk@lists.samba.org] On Behalf Of Andrew Bartlett Sent: 03 October 2005 09:26 To: Natxo Asenjo Cc: samba@lists.samba.org Subject: Re: [Samba] invalid permissions on socket directory/var/lib/samba/winbindd_privileged On Mon, 2005-10-03 at 10:07 +0200, Natxo Asenjo wrote:> hi, > > Nearly there, not just yet. > > I am setting up a suse 9.3 samba file server in a windows 2k3 AD > environment. > > So the permissions of /var/lib/samba/winbindd_privileged are wrong. > They are > now: > > drwxr-xr-x 2 root root 72 Sep 30 11:26 winbindd_privilegedThis (0755) is incorrect. It must be (0750).> and inside the directory I have this: > srwxrwxrwx 1 root root 0 Sep 30 11:26 pipe > > In google I found nothing abouth this (well, yes, references to samba > 3 by example, a hardcopy of which is here next to me). I am stuck. Anyideas? I think this may be incorrect in the book. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Samba Developer, SuSE Labs, Novell Inc. http://suse.de Authentication Developer, Samba Team http://samba.org Student Network Administrator, Hawker College http://hawkerc.net