I am having two problems with winbind. I don't know if they are related. One problem it that my log.winbindd contains this error and the error occurs every few minutes: [2002/02/25 10:03:08, 0] nsswitch/winbindd_group.c:winbindd_getgrnam_from_group(219) getgrname_from_group(): could not get domain sid for domain "KOK1 Also, my winbindd daemon dies a couple of times per day. I am running Samba 2.2.3a on RH 7.2. Other than these two problems everything seems to be working fine. Any help would be mighty appreciated! Thanks, Doug Doug Aldridge Systems Administrator St. Joseph Hospital & Health Center Kokomo, IN
I wasn't sure which list to send this to, so I'll start here, and if it's the wrong one, let me know. I'm running into a problem with a linux server here that is being set up as a print server. I have configured everything correctly, and the make and install went great. When I attempt to connect using a domain user account, I get the following error from the workstation log on the server: [2002/03/23 11:56:19, 0] auth/auth_domain.c:check_ntdomain_security(451) check_ntdomain_security: could not fetch trust account password for domain ************** [2002/03/23 11:56:19, 2] auth/auth.c:check_ntlm_password(266) check_password: Authenticaion for user [******] -> [******] FAILED with error NT_STATUS_CANT_ACCESS_DOMAIN_INFO [2002/03/23 11:56:19, 2] smbd/server.c:exit_server(492) Closing connections On the workstation side, tested by another linux box, I get session setup failed: ERRHRD - ERRgeneral (General failure.) The smbd.log file shows that the connection is setting up properly: [2002/03/23 13:41:54, 2] lib/access.c:check_access(301) Allowed connection from (***.***.***.***) [2002/03/23 13:41:54, 2] smbd/reply.c:reply_special(77) netbios connect: name1=********* name2=********* I am using RedHat Linux 7.2, Samba 3.0-alpha17. I compiled and built Samba from CVS source, HEAD branch this morning (March 23) to make sure everything was correct. Configuration was done with --with-winbind as the only additional parameter. The workstations used for testing (none successful) were: RedHat Linux 7.2, Samba 2.2.1a Windows NT 4.0 Service Pack 6a Windows 2000 Professional Any help or advice would be appreciated. Thanks -- Douglas G. Phillips ITS/User Services Eastern Illinois University
Samba Gurus, I have successfully compiled samba with the winind option on Solaris 8. When I try to configure winbind by using the smbpasswd -j option I get the following message: "See 'net join' for this functionality" Please advise
Have you tried smbpasswd -j "DOMAIN" -r "pdc" -U Regards
Hello, I've been working on getting winbind set up and running for quite some time now. I've had absolutly no luck. I've tried mulitple tutorials, and I've always had the same problems. It seems that winbind runs, but doesn't DO anything. I've tried to use wbinfo to ping winbind, and it can't ping it. but by using ps -ea | grep winbindd, I get "15824 ? 00:00:00 winbindd" so it seems to be running, but just not doing anything. Why would it be running and wbinfo not be able to ping it or pull any info with it? Well, here's my smb.conf file, I've been using SWAT to manage it, and it seems to be working fine for everything else, but I want to be able to have my domain users and groups on my Linux box so that shares can have better security. # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2003/06/20 11:03:53 # Global parameters [global] workgroup = SBH netbios name = SG3 server string = Samba Server %v security = DOMAIN encrypt passwords = Yes map to guest = Bad User password server = MSS1 SERVER3 SBHMX password level = 3 username level = 3 unix password sync = Yes restrict anonymous = Yes log file = /var/log/samba/log.%m max log size = 50 keepalive = 100 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups add user script = /usr/sbin/useradd %u delete user script = /usr/sbin/userdel %u logon path preferred master = No domain master = No dns proxy = No winbind uid = 10000-20000 winbind gid = 10000-20000 template homedir = /home/winnt/%D/%U winbind separator = + printer admin = @adm profile acls = Yes printing = cups [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers. browseable = No [print$] path = /var/lib/samba/printers write list = @adm root guest ok = Yes Please, can anyone help me out. I've been pulling my hair out for weeks with this. Thank you all in advance. -Jim _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
Did you join the domain successfully? -----Original Message----- From: Jim Adkins [mailto:poetsalley@hotmail.com] Sent: Friday, June 20, 2003 1:10 PM To: samba@lists.samba.org Subject: [Samba] winbind error Hello, I've been working on getting winbind set up and running for quite some time now. I've had absolutly no luck. I've tried mulitple tutorials, and I've always had the same problems. It seems that winbind runs, but doesn't DO anything. I've tried to use wbinfo to ping winbind, and it can't ping it. but by using ps -ea | grep winbindd, I get "15824 ? 00:00:00 winbindd" so it seems to be running, but just not doing anything. Why would it be running and wbinfo not be able to ping it or pull any info with it? Well, here's my smb.conf file, I've been using SWAT to manage it, and it seems to be working fine for everything else, but I want to be able to have my domain users and groups on my Linux box so that shares can have better security. # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2003/06/20 11:03:53 # Global parameters [global] workgroup = SBH netbios name = SG3 server string = Samba Server %v security = DOMAIN encrypt passwords = Yes map to guest = Bad User password server = MSS1 SERVER3 SBHMX password level = 3 username level = 3 unix password sync = Yes restrict anonymous = Yes log file = /var/log/samba/log.%m max log size = 50 keepalive = 100 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups add user script = /usr/sbin/useradd %u delete user script = /usr/sbin/userdel %u logon path preferred master = No domain master = No dns proxy = No winbind uid = 10000-20000 winbind gid = 10000-20000 template homedir = /home/winnt/%D/%U winbind separator = + printer admin = @adm profile acls = Yes printing = cups [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers. browseable = No [print$] path = /var/lib/samba/printers write list = @adm root guest ok = Yes Please, can anyone help me out. I've been pulling my hair out for weeks with this. Thank you all in advance. -Jim _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hello! I have a Problem with winbind. I have installed the samba 2.2.8a in a SuSE 7.3 linux PC and when i'm type wbinfo -t there is an error: linux:/usr/local # wbinfo -t checking the trust secret via RPC calls failed error code was (0x0) Could not check secret linux:/usr/local # when i start the winbindd with the parameter -d 1 -i then i see the error: linux:~ # winbindd -d 1 -i ? winbindd version 2.2.8a-SuSE started. Copyright The Samba Team 2000-2001 Added domain FHSTG (S-1-5-21-1079061312-1835080586-312552118) getting trusted domain list process_loop: Invalid request size (1312) sent, should be (1304) So has anyone an idea to this Problem? Thanks Nico
Seemingly Similar Threads
- Error "Could not fetch trust account password" in Samba 3 Beta..what do I need to do?
- flac-1.1.3 fails to decode where flac-1.1.2 works
- flac-1.1.3 fails to decode where flac-1.1.2 works
- samba 4.2 RDP problem
- Is CVS safe for daily use? Why can't I 'make install' to my home?