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 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba