Displaying 20 results from an estimated 178 matches for "messsages".
Did you mean:
messages
2007 May 18
2
Winbindd breaks after first unsuccessfull authentication
I have the following problem:
# wbinfo -V
Version 3.0.24
# wbinfo -a anyuser%goodpassword
plaintext password authentication succeeded
challenge/response password authentication succeeded
# wbinfo -a anyuser%badpassword
plaintext password authentication failed
error code was NT_STATUS_WRONG_PASSWORD (0xc000006a)
error messsage was: Wrong Password
Could not authenticate user anyuser%badpassword
2004 Apr 19
0
error messsage was: Named pipe not available
I'm having trouble authenticating users. WinXP will authenticate fine if
accessed via hostname... //fileserver/share. Ip does not work.. ie
//192.168.1.2/share. Anything below winXP cannot authenticate. Nothing is
shown in error logs. wbinfo -t does not work.. returns the following errors.
A few hot fixes were applied to domain controlers as well as SP4. No changes
were made to samba server.
2006 Feb 19
3
Wildfire messsaging server
http://www.jivesoftware.org/
Is anyone running a wildfire messaging server on the same pc as their
asterisk server?
Is anyone specifically running it on an asterisk@home installation?
TIA,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060219/539a4ccd/attachment.htm
2006 Mar 22
0
weird winbind problem
I'm setting up a samba server that should authenticate against a samba
3.0 +Ldap PDC server.
This is the situation
1) getenet passwd and getent group are ok
2) wbinfo -t -> checking the trust secret via RPC calls succeeded
3) wbinfo -g -> lists all the groups on PDC (nice!)
4) wbinfo -u -> lists all the users on PDC (nice again!)
the problem is wbinfo -a
test 1: a non existing user
2003 May 22
0
MGCP NOTICE message and WARNING messsage
> Hello all,
>
Can someone help me on the problem which I have on MGCP phone test . I test
mgcp - asterisk- zap. But I got several NOTICE message from rtp.c.
> NOTICE[20501]: File rtp.c, Line 221 (process_rfc3389): RFC3389 support
> incomplete. Turn off on client if possible
>
> -- Endpoint 'aaln/1@VG101-1-1' observed '9'
> NOTICE[20501]: File rtp.c,
2004 Mar 25
3
winbindd/Samba3 on RHEL 3.0
Samba 3.0.2
Red Hat Enterprise Linux ES 3.0
I'm trying to set up winbind and all of the wbinfo commands are failing.
I was able to join the domain with this command...
root@tux samba# net join -S typhoon -U Administrator
Administrator password:
[2004/03/25 16:53:46, 0] libads/kerberos.c:ads_kinit_password(133)
kerberos_kinit_password Administrator@foo.org failed: Cannot find KDC
for
2006 Sep 26
1
Domain problem...
Hello all, This is the first time I write to the list. Sorry about my
english...
My Debian Sarge server was working perfectly with samba and winbind as a
normal client in a Domain enviroment. I was able to share folders on my
linux machine giving rights to the domain users. Everything was working
until one day in that it crashed for some reason I don't know. I didn't
touch anything of my
2010 Apr 02
1
Can't get NTLM authentication working with Samba
I've been running Samba for years to provide file shares, and now I'm
trying to set it up as an NTLM authentication server for Squid. From
what I've read, to do this you need to get winbindd up and running. I
think I'm part way there but have hit a brick wall.
I've set my machine us a PDC.
"wbinfo -u" returns a list of users OK (though I notice one is missing
but
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
Hi,
The source attached at the bottom is a testcase which causes a back-end
error in LLVM 2.4.
These types of assembly routines are mainly used in OS kernels.
I checked that GCC 4.3 works for this routine.
The error messsage is ...
Couldn't allocate output reg for constraint 'A'!
I just need help or comments so that I could analyze and fix this bug.
My
2006 Feb 24
1
Backup Servers
Hi,
I am using a patch that Jerry wrote that will auto discover any secondary
servers on your network and if the one its joined to dies, it will join
another one. That's fine, I can join and everything works fine, until I
unplug the server im joined to. It takes a few minutes to kill over, and
once its detected that its dead, it swaps over and I get this if I then try
wbinfo -a
2004 Oct 05
1
wbinfo -a always failing with NT_STATUS_WRONG_PASSWORD
Hello!
Please help! I have been googling and experimenting for the past few
days, but I can't get user authentications to work with my AD domain.
Fedora Core 2 running Samba 3.0.7-2.FC2
Windows Server 2003 Standard Edition
After much fuss, I was able to get it to join the domain (had to
disable client signing).
"wbinfo -u" and "wbinfo -g" both work fine, and I can see
2003 Sep 16
4
AD authentication problem
I'm having a problem authenticating to Active Directory. I can join
the machine to the domain, wbinfo -g/-u will list the groups and users
and I can map a drive using: smbclient -k //s-lorentz.s-res.uva.nl/c\$
However when I try to get the linux machine to authenticate a user
it doesn't work giving the error NT_STATUS_NO_LOGON_SERVERS
(0xc000005e). Looking further in the logs it fails
2004 Apr 13
1
wbinfo -a is failing
I have been reading the FAQ and the online samba how to's and been googeling to find out why wbinfo is failing on me.
I am tryitng to use wbinfo -a domainname\\username%password to authenticate to my MS AD domain but what is happening is every time I try I get the following output.
plaintext password authentication failed
error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e)
error messsage
2008 Jan 25
7
Trusted domain user login
Greetings,
We are currently experiencing logon problems with a trusted domain user(s).
Example: We have DomainA and DomainB
DomainA and DomainB both have workstations joined on their respective
domain.
DomainA and DomainB both have trust relationships. DomainA trusts DomainB
and vise versa.
DomainA is where being served by a Samba PDC, while DomainB has a PDC using
Windows NT 4.0 Server
When
2005 Oct 31
1
NTLM Problems
Hi,
I am running squid and samba to auth users against a 2003 domain. My squid
setup is something like this:
auth_param ntlm program /usr/local/libexec/squid/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm children 2
auth_param basic program /usr/local/libexec/squid/ntlm_auth
2003 Jun 11
1
win bind authentication
You guys got the encryption on?
-----Original Message-----
From: Tod B. Schmidt [mailto:tschmidt@tnc.org]
Sent: Wednesday, June 11, 2003 12:38 PM
To: samba@lists.samba.org
Subject: Re: [Samba] winbind authentication
I am getting this same error when trying to authenticate. Very frustrating
because everything else works, wbinfo, getent. I can login to Win2K server
wth kerberos, but I always
2008 Oct 02
1
samba + ADS in native mode
Hello, friends.
Before change Active Directory Server mode to "native mode" user authentification dont' work. In native ADS mode i need use kerberos.
OS: RHEL 4 (x86)
Samba: 3.0.10-1.4E
Kerberos: 1.3.4-9
Domain controller: Win 2003 ADS in native mode
# more /etc/samba/smb.conf
[global]
workgroup = DOMAIN
server string = FTP Server
netbios name = SRVFTP
log file =
2007 Oct 22
2
Snom 360 lights not working on subscription
...on, I have set everything just like all the pages in the net explain.
So, I get subsciption working. I can list subscription on the
asterisk and if I use the SIP trace function built in at the SNOM nad
see NOTIFY messages and 200 OK responses. But I realized that content
length = 0 in all messsages and there isn't any XML content in those
Notify headers..
any idea of what's going on?
IN SNOM 360 I am currently using firmware 6.5.12
I am pretty sick dealing with this issue.
thanks and regards,
Charlie
2009 Mar 09
1
how to add a linux box into a samba domain
hi there,
I am trying to setup a test nework to learn the interaction of the diverse tools
in a smaba/windows network.
now it looks as if I do something wrong when adding a linux box into the domain.
I have a samba domain ROTTI.
It is running on server haydn.redcor.home
from windows I can log into this domain.
now I have a linux box I wanto to join to this domain.
this is its global section:
2004 Mar 08
1
winbindd problem - STATUS_BUFFER_OVERFLOW (0x80000005)
Hi everyone,
i've got a little (at least i hope its a minor one) problem with winbind.
General information about the system:
- GNU/Linux 2.4.25-2tr
- samba-3.0.2-4tr
Samba successfully joined the ads (w2k servers), wbinfo -u and -g are
working
perfectly. If i try to authenticate a user with wbinfo or with ntlm_auth
(overall goal is to have ntlm authentication with squid) i get a