Displaying 20 results from an estimated 5791 matches for "challenge".
2005 Nov 01
0
Problems with Winbind and Squid NTLM authentications
...8 bytes to client. -1 (Connection reset by peer)
[2005/10/28 08:01:24, 0] rpc_client/cli_pipe.c:rpc_api_pipe(435)
cli_pipe: return critical error. Error was Write error: Connection reset by
peer
[2005/10/28 08:01:24, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:01:24, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:07:58, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:07:58, 0] rpc_client/cli_netlogon.c...
2009 Sep 08
1
openssh, pam, challenge-response problem
Hello,
when configuring the OpenSSH to authenticate through pam_radius, I
encountered the following problem:
The radius server is configured to accept username and generic
password, it then generates some textual string as a challenge-request
and waits again for username and this time for challenge-response.
Pam_radius use pam->conv function, retrieved with
pam_get_item(PAM_COM), with challenge-request and type
PAM_PROMPT_ECHO_ON, to present the challenge-request to user and to
retrieve the challenge-response.
OpenSSH...
2019 Aug 05
3
problems with authentication
...; I'll bet that works.
>
How much are you prepared to bet ;-)
This has never worked for me, but everything else seems to work, so I
ignore it:
rowland at devstation:~$ wbinfo -a rowland
Enter rowland's password:
plaintext password authentication succeeded
Enter rowland's password:
challenge/response password authentication failed
Could not authenticate user rowland with challenge/response
rowland at devstation:~$ wbinfo -a rowland
Enter rowland's password:
plaintext password authentication succeeded
Enter rowland's password:
challenge/response password authentication failed
Co...
2001 Mar 21
2
Challenge response authentication and PAM
As an experiment I set up Challenge/response authentication on a Linux
system with PAM using a pam_opie module (this module works fine with
console logins and su).
I can log into the box using the opie password, *but* it does not give
me the challenge - which can make things a little tricky :-)
I can well believe this might be a...
2020 Jul 08
3
ntlm_auth how to get challenge and nt-response
Hi all, I'm trying to use ntlm_auth as authenticator of the freeradius
mschap module. If I use ntlm_auth from command line with username and
password, authentication works. If I use the same credentials with
mschap on the logs I can see the challenge and nt-response and I can't
understand if authentication fails because challenge and response are
wrong or because ntlm_auth can't authenticate for a winbind/samba
configuration problem.
Finally the question: how can I get valid challenge and nt-response
strings to pass to ntlm_auth to...
2012 Apr 23
2
plot function creating bars instead of lines
...s (see below), so I can't figure out why the results
are bars. I suspect that it may have something to do with the fact that in
the data frame where the code worked as intended, the both variables
specifying different lines were numeric, whereas in the current data frame
one of those variables (challenge) is a factor with 2 levels. Any
suggestions for getting this to plot as intended would be much appreciated.
Thank you!
************ This is meant to plot a separate line for each subject for each
challenge*************
for (subj in unique(lab.samples$subid)) {
#par(new=T)
plot.new()
par(mfrow=...
2001 Feb 08
1
ssh1 keyexchange problem ?
Hi,
Has anybody produced diffs for openssh-2.3.0p1 for the rsa keyexchange
problem that Core-SDI described ? ( I noticed that fix is already
in openbsd tree ).
-Jarno
--
Jarno Huuskonen - System Administrator | Jarno.Huuskonen at uku.fi
University of Kuopio - Computer Center | Work: +358 17 162822
PO BOX 1627, 70211 Kuopio, Finland | Mobile: +358 40 5388169
2023 Apr 03
2
Fwd: ntlm_auth and freeradius
...ame=tim.odriscoll
> Password:
> : (0x0)
You already did the thing I asked below...
> Samba's config has this on the member (FR) server and all the DCs:
> ntlm auth = mschapv2-and-ntlmv2-only
>
> But I'm getting this back from FreeRADIUS:
> (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
> (7) mschap: Client is using MS-CHAPv2
> (7) mschap: Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name} --allow-mschapv2 --domain=lambrook --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}...
2019 Aug 30
6
Samba 4.10.7 + freeradius 3.0.17 +ntlm_auth - Debian buster
...) # Executing group from file /etc/freeradius/3.0/sites-enabled/default
(0) authenticate {
(0) mschap: Client is using MS-CHAPv1 with NT-Password
(0) mschap: Executing: /usr/bin/ntlm_auth --allow-mschapv2 --request-nt-key --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}} --domain=NTDOM --challenge=%{%{mschap:Challenge}:-00} --nt-response=%{%{mschap:NT-Response}:-00}:
(0) mschap: EXPAND --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}}
(0) mschap: --> --username=obell
(0) mschap: mschap1: d4
(0) mschap: EXPAND --challenge=%{%{mschap:Challenge}:-00}
(0) mschap: --> --chall...
2008 Feb 06
2
[PATCH] Out-of-band challenge (OBC) authentication method
This patch (https://bugzilla.mindrot.org/show_bug.cgi?id=1438) creates a
kbdint device that provides a server-based authentication mechanism. The
server generates and emails you a random string when you attempt to
login. You're authenticated if you can correctly answer the challenge.
You can use a regular email account, a pager, cell phone or other email
capable device to receive the challenge. However, by using a physical
device you can receive a one-time authentication secret isolated from
your workstation.
OBC can be used in conjunction with the "Multiauth" p...
2019 Aug 05
1
problems with authentication
...is:
> > wbinfo -a marcio
> >
> >
> > I'll bet that works.
> >
> How much are you prepared to bet ;-)
ALL IN.. ;-)
root at rtd-gw2:~# wbinfo -a username
Enter username's password:
plaintext password authentication succeeded
Enter username's password:
challenge/response password authentication succeeded
root at rtd-gw2:~# wbinfo -a BAZRTD\\username
Enter BAZRTD\username's password:
plaintext password authentication succeeded
Enter BAZRTD\username's password:
challenge/response password authentication succeeded
root at rtd-gw2:~# wbinfo -a userna...
2017 Mar 12
2
challenge/response problem in 4.5.5
freely quoting from something I posted on #samba a couple of hours ago
###########
it appears that challenge/response is actually broken in 4.5.5 Have upgraded 4 dc's and now winbind/freeradius does not work.
focused on the radius box thinking that was the problem -- till I finally ran
wbinfo -a user%password
on all the dc's and they all behaved the same. -> plaintext succeeded challenge/r...
2001 Oct 09
1
TISviaPAM patch
Here is a patch that does TIS auth via PAM. It's controlled by a switch
in the sshd_config. You'd use it by having a PAM module that sets
PAM_PROMPT_ECHO_ON. eg, you could use it with pam_skey or pam_smxs.
The patch is against the 2.9.9p2 distribution.
I'm not on the list, a reply if this patch is accepted would be great.
(But not required, I know some folks have a distaste for
2023 Apr 03
1
ntlm_auth and freeradius
...iusd 18 Apr 1 21:39 /var/lib/samba/winbindd_privileged/
# ntlm_auth --username=tim.odriscoll
Password:
: (0x0)
Samba's config has this on the member (FR) server and all the DCs:
ntlm auth = mschapv2-and-ntlmv2-only
But I'm getting this back from FreeRADIUS:
(7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
(7) mschap: Client is using MS-CHAPv2
(7) mschap: Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name} --allow-mschapv2 --domain=lambrook --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}:
(7) msch...
2008 Feb 08
0
[PATCH] Virtual Token (VToken) challenge authentication method
The Virtual Token (VToken) patch
(https://bugzilla.mindrot.org/show_bug.cgi?id=1439) creates a kbdint
device that provides a new challenge-based authentication mechanism. The
server calculates a challenge from two secrets and a counter. You
authenticate by proving by correctly answering the challenge, proving
you know the secrets. This creates a software-based token, similar in
function to commercial ones, that can be run from you...
2019 Aug 05
0
problems with authentication
...> I'll bet that works.
> > >
> > How much are you prepared to bet ;-)
>
> ALL IN.. ;-)
>
>
> root at rtd-gw2:~# wbinfo -a username
> Enter username's password:
> plaintext password authentication succeeded
> Enter username's password:
> challenge/response password authentication succeeded
>
> root at rtd-gw2:~# wbinfo -a BAZRTD\\username
> Enter BAZRTD\username's password:
> plaintext password authentication succeeded
> Enter BAZRTD\username's password:
> challenge/response password authentication succeeded
>...
2023 Apr 03
2
ntlm_auth and freeradius
...d_privileged/
> # ntlm_auth --username=tim.odriscoll
> Password:
> : (0x0)
>
> Samba's config has this on the member (FR) server and all the DCs:
> ntlm auth = mschapv2-and-ntlmv2-only
>
> But I'm getting this back from FreeRADIUS:
> (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
> (7) mschap: Client is using MS-CHAPv2
> (7) mschap: Executing: /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name} --allow-mschapv2 --domain=lambrook --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}...
2016 Sep 02
1
challenge/response password authentication seems to be broken
Hello
The challenge/response password authentication seems to be broken on 4.6
version
# wbinfo -V
Version 4.6.0pre1-GIT-f479b1b
# wbinfo -a DOTROLL+buz.richard%<password>
plaintext password authentication succeeded
challenge/response password authentication failed
wbcAuthenticateUserEx(DOTROLL+buz.richard):...
2002 Apr 04
1
challenge-response token
Hello,
I have to find a solution logon through OpenSSH to OpenBSD machines from
anywhere in the world (unsave computers). So I think I must use a
challenge-response system with an hardware token that isn't connected to the
computer. I do not want to use a RSA ACE/SERVER, so i can't use SecurID ? I
can't use challenge response mode with cryptocard, because I want to protect
it against an attacker that can break DES. Is it possible to use Ac...
2003 Mar 31
1
resource leak in ssh1 challenge-response authentication
If an ssh1 client initiates challenge-response authentication but does
not submit a response to the challenge, and instead switches to some
other authentication method, verify_response() will never run, and the
kbdint device context will never be freed. In some cases (such as
when the FreeBSD PAM authentication code is being used) thi...