Displaying 5 results from an estimated 5 matches for "goodpassword".
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%badpa...
2004 Sep 30
2
Win2003 ADS member server - almost working, ideas?
I am attempting to install a Samba-3.0.0,1 on FreeBSD
5.2.1-RELEASE server to an existing Windows 2003
Server Active Directory Domain.
I've followed Chapter 6 of the HOWTO man to get as far
as I have.
#kinit gooduser --successfully gets a kerberos
ticket
#wbinfo --authenticate=gooduser%goodpassword --
successfully authenticates all user accounts (that
I've tested)
#wbinfo -u yields "Error geting Domain Users"
#wbinfo -g yields "Error geting Domain Groups"
and any user accounts I newly create in AD since
joining the Samba3 server as a Domain member are
successfully a...
2014 Apr 18
1
doveadm auth and the "nologin" extra field
...xample, a password_query returning '!' or NULL for the "nologin" column, depending on an account's status (suspended or not).
Let's consider a suspended user "some.user".
In the case of a successful authentication, one has:
sh-3.2# doveadm auth test some.user goodpassword; echo $?
passdb: some.user auth succeeded
extra fields:
user=some.user
nologin
0
On the other hand, in the case of an authentication failure:
sh-3.2# doveadm auth test some.user badpassword; echo $?
passdb: some.user auth failed
extra fields:
user=some.user
nologin=!
77
So, th...
2013 Jun 14
1
Dovecot service not responding after about a week of uptime
Hello,
The issue of dovecot becoming unresponsive happened again but after
several weeks instead of just one as before. As advised before I tried
to login through the IMAP port. Entering an incorrect password gets
rejected right away. Entering a correct password just hangs indefinitely.
Attached are a file with the IMAPS exchange and corresponding lines in
logs and another file with the
2005 Apr 05
0
Informal HOWTO - transparent authentication and optional outbound web filtering using Samba 3.0.13, Squid 2.5.STABLE7, SmartFilter 4.01, RedHat 9.0 in a Win2003 AD domain
...,
including default options.
The following examples will be useful later. Squid will use this Samba
program as an
authentication helper.
[root@squidtest etc]# /usr/local/samba/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
infrasupportetc\username badpassword
ERR
infrasupportetc\username goodpassword
OK
The following also returns output, but testing from the keyboard has no
value:
/usr/local/samba/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
You can also test the authentication helper like this:
/usr/bin/ntlm_auth --username=[username]
[root@Stylmark-fw etc]# /usr/local/samba/bin/ntlm...