Displaying 20 results from an estimated 400 matches similar to: "winbindd requests failing with NT_STATUS_PIPE_BROKEN"
2010 Jul 19
0
dsgetdcname failed: NT_STATUS_ACCESS_DENIED
Hello all.
I have a Samba 3.5.4 server that we're attempting to join to an existing Windows 2008 ADS.
Doing "net ads join" seems to go ok, and a follow up "net -P ads testjoin" says we're OK.
However... at this point, doing "wbinfo -u" or "wbinfo -g" returns no data (the programs exit with erro code 0, and no output).
Attempting to log into a
2019 Jun 17
2
What does "NT_STATUS_PIPE_BROKEN" in log files mean ?
Hi All,
One day we upgraded client pc's OS from Windows7 to Windows10,
Windows10 clients could not access a samba server.
When we re-enabled the SMBv1 protocol on Windows10, Windows10 clients
still could not access a samba server.
After adding the following [global] settings, Windows10 clients could access
a samba server at last.
2011 Apr 26
0
winbind craps out, NT_STATUS_PIPE_BROKEN
Good morning, Samba list. =)
I've been experiencing intermittent winbind failures over the past few weeks. The symptom is that users that haven't connected in a while, and thus aren't in the winbind cache, are unable to connect to any shares. I see a lot of NT_STATUS_PIPE_BROKEN in the logs when the failures occur, like this one from log.winbind:
###
[2011/04/26 09:20:54.671225,
2013 Apr 23
1
tree connect failed: NT_STATUS_PIPE_BROKEN
Hi~
Samba(Version 4.0.4) run on an embedded system (kernel version: linux
2.6.32) with conf file like this:
"
[global]
workgroup = MYGROUP
netbios name = DFTNAS
server string = Samba Server
security = user
log file = /var/log.%m
passdb backend = tdbsam
[smbshared]
comment = Stuff
path = /var/smbshared
public = no
writable = yes
printable = no
"
Everything is OK when I'm
2012 Jan 24
3
winbind craps out, NT_STATUS_PIPE_BROKEN
Hi Jay/Samba peeps,
Emailing in reference to
http://lists.samba.org/archive/samba/2011-April/162277.html
I have seen a very similar issue with a similar setup.
Users fail to be verified with:
getent passwd username
Entry in the log at same time is:
[2012/01/23 16:58:53.159761, 3]
winbindd/winbindd_misc.c:352(winbindd_interface_version)
[18510]: request interface version
[2012/01/23
2014 Mar 27
0
Help with winbind getusersids across forests
I am hoping someone can shed some light on this. We have a setup that is using Active Directory Windows 2008 R2 with 2 domains, A and B. They are across forests, with a one-way trust between the forests. A is the trusted domain, B is the trusting domain. We have a 3.6.9 samba server joined to B's Active Directory. If we try authenticating from our machine in B's domain as a user from A
2003 Apr 09
0
One user with a problem accessing shares
I have a RedHat 8 box configured as a Samba server using winbind (version
2.2.7 installed from RedHat's rpms.) The server successfully joined my
Win2K domain. Everything works great. Users can log in to the RedHat
server via ssh using their AD accounts. Users can connect to the shares
from their windows machines. All except one. I have one account that has
problems. If I restart
2006 Oct 23
1
Getting users and groups through winbind on FreeBSD
Hi
We have a few Linux samba servers that authenticate against our
Active Directory domain (Small Business Server 2000). I've added a
couple of disks to a FreeBSD 6.1 server in our office and I'm trying
to achieve the same but not having much luck. I'm new to all
this... I'm not our network admin, but he is BSD-phobic so I thought
it was safer to do it myself.
2007 May 18
1
3.0.25 Winbind high CPU usage
I just upgraded from 3.0.23d to 3.0.25 and I'm noticing that winbind is
chewing up a lot of CPU usage.
There are always 2 winbindd processes and one uses about 80% cpu and the
other use 15% cpu.
When I run a tcpdump and look at the traffic going to/from the domain
controller winbindd is connected to, there is a constant flow of
traffic.
Here is the winbind setup from my smb.conf file:
2009 Nov 17
1
Samba trusts, mapping issue, and pam crap domain
I am running Samba ver 3.0.37 on Solaris 10 (sparc) as a PDC with LDAP for
the backend for both samba and unix accounts. Assume the samba SMBPDC is
called "PDC."
I have also set up a trust with an Windows domain- lets call it
WINDOMAIN- (the PDC for the Windows domain is Win 2003 but is in mixed mode
for backwards compat.) The SAMBA domain trusts the WINDOWS domain, not not
vice
2015 Dec 17
0
Pam-logon failure for AD users
Hi,
I complied samba from source and i am using pam from debian. But, i
confused why pam uses pam_auth_crap instead of pam_auth.
may i know the basic difference between pam_auth and pam_auth_crap.
Regards,
Vigneshdhanraj G
On Wed, Dec 16, 2015 at 6:45 PM, L.P.H. van Belle <belle at bazuin.nl> wrote:
> I see 2 things here which are strange.
>
> Self compiled samba
> >
2015 Dec 16
1
Pam-logon failure for AD users
Thanks rowland, I understand that there was a mess. and now i changed the
smb.conf with the above as you instructed to be. But still i found same
issue. I have two systems which connect to same AD. i found to different
winbind logs. One uses pam_auth and other one which is not working uses
pam_auth_crap while using pam logon. I browsed on this but unfortunately i
am not able to find anything
2010 Jan 21
0
Samba/Winbind 3.4.4 on AIX 5.3 TL 10 does not retrieve ANY User's Secondary Groups
Hi folks !
Has someone any idea on this issue on AIX 5.3 TL 10 with winbind ?
I'm really stuck now ...
I think everything is working pretty well with WINBIND and AD 2k3 ,
but not my most important point : I absolutely need the Secondary groups of
each AD user which get connected to the AIX to use this filter with sudo...
I only get Primary Group (which is by default "Domain Users"
2011 Sep 05
0
Problems with ntlm_auth and machines accounts
I upgrade a samba 3.2.14 to samba 3.6.0 radius server for 802.1x.
I discover that ntlm_auth fails for machines accounts with error: No
logon workstation trust account
Put winbind in debug with winbindd -F -i -d 10 give:
accepted socket 24
process_request: request fn INTERFACE_VERSION
[20000]: request interface version
winbind_client_response_written[20000:INTERFACE_VERSION]: delivered
response
2015 Dec 16
2
Pam-logon failure for AD users
I see 2 things here which are strange.
Self compiled samba
> >> /usr/local/samba/bin/wbinfo --pam-logon="DOMAIN\testusr1"
Debian samba ? or older version installed and not latest.
> >> Samba version : 4.1.17
Which is it? self compiled or debian samba?
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org]
2006 Apr 26
1
Bad Password
Everyone,
I am going nuts trying to figure this problem out. I have
successfully joined a SUSE 10 server to our domain and configured samba
for ADS authentication. This exact setup works on all my other servers.
On this one, I keep getting access denied when entering my domain
password despite the fact that I have tried it literally dozens of
times. I am 100% confident I am
2013 Jan 16
1
Problems with smbclient send netbios message
Hi.
First, sorry by my bad english :)
I had a samba 3.0 and use a script with smbclient to send messages to 30
computers in my laboratory. I upgrade to debian squeeze and samba 3.5 and
now i dont use the script command.
root at escort:~# echo "Testando" | smbclient -NM LAB5-01 -I 192.168.3.200
Type your message, ending it with a Control-D
cli_message returned NT_STATUS_PIPE_BROKEN
I
2011 Sep 09
1
Problem after updating 3.3 to 3.5
Hi,
I recently updated my Samba from 3.3 to 3.5, and while that worked
fine, I can no longer access my shares - it asks for a password, which
fails even if I do enter a correct one.
Here is one of my shares - very simple, I think:
[myshare]
comment = My Share
path = /path/to/myshare
public = yes
read only = yes
writable = no
browseable = yes
printable = no
guest ok = yes
2005 Sep 22
0
STATUS_BUFFER_OVERFLOW
FC4 with Samba 3.20
Win 2003 AD Domain, no SP1 yet
wbinfo --authenticate=dom+domtest%password yields the following
could not open handle to NETLOGON pipe (error: STATUS_BUFFER_OVERFLOW)
NTLM CRAP authentication for user [dom]\[domtest] returned STATUS_BUFFER_OVERFLOW (PAM: 4)
challenge/response password authentication failed
Could not authenticate user dom+domtest with challenge/response
from
2007 Oct 26
0
Pre-3.023d-Bug in ACL-handling reappears in 3.026a
# wbinfo -Y S-1-5-11
Could not convert sid S-1-5-11 to gid
# wbinfo -Y S-1-5-13
Could not convert sid S-1-5-13 to gid
(S-1-5-11 are the Authenticated Users, S-1-5-13 are the Terminal Server
Users.)
This bug was finally solved in release 3.023d.
Now it is back again.
How can I get this working?
I'm using idmap/tdb - would another idmap-module solve this issue?
The winbind log looks like