Displaying 9 results from an estimated 9 matches for "badpassword".
Did you mean:
adpassword
2004 Aug 06
1
Badpassword Icecast
Hey guys. Let me give you a run down on specs before I go into my
problem:
<p> Computer 1 (zuckuss)
Linux 2.2.19
icecast 1.3.11 - compiled from source
lineused to start: /usr/local/icecast/bin/icecast
in icecast.conf ... changed:
location
rp_email
server_url
encoder_password mypassword
admin_password
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 with plaintext password
challenge/response password authentication failed
error code was NT_STATUS_INVALID_HANDLE (0xc0000...
2014 Apr 18
1
doveadm auth and the "nologin" extra field
...ot;.
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, this is similar to what happens in a connection (pop3, imap...): when present, the nologin info is always taken into account, even in the case of an authentication failure.
Again, this may raise some con...
2008 Jun 19
6
How to use SQL without a model?
I want to do a SQL query, but I haven''t created a model. For example,
instead of Car.find(:all) I want to be able to use SELECT * from cars. I
don''t have a Car model because this DB was not created with Rails (it''s
from a PHP project).
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
1999 Mar 18
2
can't become user
Hi. I have installed samba before. This time I cannot even do
a smbclient -L localhost. When I try to connect I get
that log:
[1999/03/15 11:37:32, 0] smbd/uid.c:become_gid(105)
Couldn't set effective gid to 408 currently set to (real=0,eff=0)
[1999/03/15 11:37:32, 0] smbd/service.c:make_connection(425)
Can't become connected user!
[1999/03/15 11:37:50, 0] smbd/uid.c:become_gid(105)
2009 Jun 13
2
removing Mocha; 'spec spec' fails but the specific model file passes
I happened to mix ryan bates'' authentication scaffold with
rspec_scaffold on a demo project.
and ran into the problem of mixing mock frameworks...ryan uses mocha.
So, as a learning experience, I choose to redo ryan''s tests without
mocha but ran into a strange problem with tests of the User model.
With debugging you can see....
If you run just the user_spec.rb file, everything
1998 Oct 28
8
Bad password
Samba Gurus:
I just upgraded from samba-1.9.15p8 to samba-1.9.18p8 on one of our Sun
boxes (Solaris 2.5.1). When I try to connect to the samba server from
another machine with smbclient I get the following error message:
smbclient -L odin
Added interface ip=192.10.11.32 bcast=192.10.11.255 nmask=255.255.255.0
Server time is Wed Oct 28 15:17:47 1998
Timezone is UTC-5.0
Password:
Session setup
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
...stparm -sv Shows all the Samba parameters,
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@S...
2003 Dec 01
0
No subject
...iately joining (and
rejoining) the domain. The error code that it returns doesn't seem to match
up with anything I've been able to sift through in the source (0x08189c18).
Joining the domain with either samedit or smbpasswd seems to lead to the
exact same problem.
2) wbinfo -a DOMAIN+user%badpassword claims to authenticate both plaintext
and hashed passwords (even though plaintext passwords are turned off at the
PDC.) The error logs from winbindd report [r]pc_api_pipe_req failed, which
eventually traces back to rpc_check_hdr returning RPC_FAULT. Does this mean
that Samba can't properly co...