Re: Response-Packet-Type == Access-Challenge

2013-08-07 Thread Arran Cudbard-Bell
pies of FreeRADIUS under the terms of the >> GNU General Public License. >> For more information about these matters, see the file named COPYRIGHT. >> >> But still no luck :-( >> - >> rad_recv: Access-Challenge packet from host X.X.X.X port 1812,

Re: Response-Packet-Type == Access-Challenge

2013-08-07 Thread Olivier Beytrison
ut these matters, see the file named COPYRIGHT. > > But still no luck :-( > - > rad_recv: Access-Challenge packet from host X.X.X.X port 1812, id=101, > length=49 > Reply-Message = "Enter OTP:" > State = 0x38373131 > Prompt = No-E

Re: Response-Packet-Type == Access-Challenge

2013-08-07 Thread Arran Cudbard-Bell
On 7 Aug 2013, at 07:51, Dominique Frise wrote: > On 08/06/2013 05:29 PM, Alan DeKok wrote: >> Dominique Frise wrote: >>> Is there any other flag/function that would indicate that an >>> Access-Challenge packet was received from the NAS? >> >> A NAS wil

Re: Response-Packet-Type == Access-Challenge

2013-08-07 Thread Dominique Frise
On 08/06/2013 05:29 PM, Alan DeKok wrote: Dominique Frise wrote: Is there any other flag/function that would indicate that an Access-Challenge packet was received from the NAS? A NAS will NEVER send an Access-Challenge to the server. A proxy will receive an Access-Challenge from a home

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
On 08/06/2013 05:29 PM, Alan DeKok wrote: Dominique Frise wrote: Is there any other flag/function that would indicate that an Access-Challenge packet was received from the NAS? A NAS will NEVER send an Access-Challenge to the server. A proxy will receive an Access-Challenge from a home

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Arran Cudbard-Bell
On 6 Aug 2013, at 16:38, a.l.m.bu...@lboro.ac.uk wrote: > Hi, > >> Is there any other flag/function that would indicate that an >> Access-Challenge packet was received from the NAS? > > dont know..I have the following on a 2.2.0 box in the authenticate section: >

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread A . L . M . Buxey
Hi, > Is there any other flag/function that would indicate that an > Access-Challenge packet was received from the NAS? dont know..I have the following on a 2.2.0 box in the authenticate section: if (handled && (Response-Packet-Type == Ac

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Alan DeKok
Dominique Frise wrote: > Is there any other flag/function that would indicate that an > Access-Challenge packet was received from the NAS? A NAS will NEVER send an Access-Challenge to the server. A proxy will receive an Access-Challenge from a home server. As was said, you need the

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
? See http://www.freeradius.org/list/users.html Is there any other flag/function that would indicate that an Access-Challenge packet was received from the NAS? Dominique - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread A . L . M . Buxey
Hi, > I forgot to mention that I am using freeradius-2.2.0-2.el6.x86_64. > Should this version support it or not? no, it wont support it. you need the latest code from the GIT to use that feature. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Arran Cudbard-Bell
On 6 Aug 2013, at 13:20, Dominique Frise wrote: > On 08/06/2013 01:55 PM, Arran Cudbard-Bell wrote: >> >> On 6 Aug 2013, at 12:35, Dominique Frise wrote: >> >>> Hi, >>> >>> I have no luck with testing the Reponse-Packet-Type in the post-proxy

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
On 08/06/2013 01:55 PM, Arran Cudbard-Bell wrote: On 6 Aug 2013, at 12:35, Dominique Frise wrote: Hi, I have no luck with testing the Reponse-Packet-Type in the post-proxy section, after "rad_recv: Access-Challenge packet..." Something like : post-proxy { ... if (Response-P

Re: Response-Packet-Type == Access-Challenge

2013-08-06 Thread Arran Cudbard-Bell
On 6 Aug 2013, at 12:35, Dominique Frise wrote: > Hi, > > I have no luck with testing the Reponse-Packet-Type in the post-proxy > section, after "rad_recv: Access-Challenge packet..." > > Something like : > > post-proxy { > ... > if (

Response-Packet-Type == Access-Challenge

2013-08-06 Thread Dominique Frise
Hi, I have no luck with testing the Reponse-Packet-Type in the post-proxy section, after "rad_recv: Access-Challenge packet..." Something like : post-proxy { ... if (Response-Packet-Type == Access-Challenge) { ... } ... } What am I doing wrong? Dominique - List info

Re: Access-challenge timeout on IOS

2013-07-04 Thread Arran Cudbard-Bell
On 4 Jul 2013, at 22:32, David Mitton wrote: > Oh for sure... > I used Cisco 1200s @ RSA and the Windows EAP interfaces > > I was always fighting with the system timing out the authentication before a > user would time in a token code. This frequently takes a minute or more, > because people

Re: Access-challenge timeout on IOS

2013-07-04 Thread David Mitton
Oh for sure... I used Cisco 1200s @ RSA and the Windows EAP interfaces I was always fighting with the system timing out the authentication before a user would time in a token code. This frequently takes a minute or more, because people have to get their token, often they wait for the code

RE: Access-challenge timeout on IOS

2013-07-04 Thread Franks Andy (RLZ) IT Systems Engineer
ent: 04 July 2013 15:28 To: freeradius-users@lists.freeradius.org Subject: Re: Access-challenge timeout on IOS On 04/07/13 14:34, David Mitton wrote: > Quoting Phil Mayers : > >> On 04/07/13 11:00, Franks Andy (RLZ) IT Systems Engineer wrote: >>> Hi, > >> >&

Re: Access-challenge timeout on IOS

2013-07-04 Thread Phil Mayers
On 04/07/13 14:34, David Mitton wrote: Quoting Phil Mayers : On 04/07/13 11:00, Franks Andy (RLZ) IT Systems Engineer wrote: Hi, Session-timeout and Idle-timeout are attributes mentioned by the cisco docs but neither of these seem to be what I'm after. Neither are relevant; they're

Re: Access-challenge timeout on IOS

2013-07-04 Thread David Mitton
Quoting Phil Mayers : On 04/07/13 11:00, Franks Andy (RLZ) IT Systems Engineer wrote: Hi, Session-timeout and Idle-timeout are attributes mentioned by the cisco docs but neither of these seem to be what I'm after. Neither are relevant; they're for established sessions, not timeouts

Re: Access-challenge timeout on IOS

2013-07-04 Thread A . L . M . Buxey
Hi, >waits a long time until timing out waiting for user input. I'd like to >also discover how other NAS's behave using this and have found the timeout >on a particular cisco 1131 access point to be quite short. most NAS devices have configurable options for their RADIUS/EAP timers. n

Re: Access-challenge timeout on IOS

2013-07-04 Thread Phil Mayers
On 04/07/13 11:00, Franks Andy (RLZ) IT Systems Engineer wrote: Hi, I’m experimenting with a system involving an access-challenge to a NAS. It works fine with FR so far on, say, the cisco ipsec vpn client, which waits a long time until timing out waiting for user input. I’d like to also

Access-challenge timeout on IOS

2013-07-04 Thread Franks Andy (RLZ) IT Systems Engineer
Hi, I'm experimenting with a system involving an access-challenge to a NAS. It works fine with FR so far on, say, the cisco ipsec vpn client, which waits a long time until timing out waiting for user input. I'd like to also discover how other NAS's behave using this and have found

Re: EAP post auth reject and access-challenge

2013-06-10 Thread Phil Mayers
On 10/06/13 17:29, Franks Andy (RLZ) IT Systems Engineer wrote: I'm also doing some stuff in the authorization section which can reject a user based on some ldap information. I thought I could perhaps just update the default tunnel post-auth reject section to not do a linelog if auth-type has be

RE: EAP post auth reject and access-challenge

2013-06-10 Thread Franks Andy (RLZ) IT Systems Engineer
last week, updating the outer.control variable to try and pass module-failure-reason doesn't work due to the access-challenge presenting a new session. I'm also doing some stuff in the authorization section which can reject a user based on some ldap information. I thought I could perhaps

Re: EAP post auth reject and access-challenge

2013-06-10 Thread Phil Mayers
On 10/06/13 15:45, Franks Andy (RLZ) IT Systems Engineer wrote: Hi, Just wondered if someone could explain the reason why, on rejection of EAP authentication, an access challenge request is sent out to the NAS, and whether it’s something we can control or not? I assume you're referri

EAP post auth reject and access-challenge

2013-06-10 Thread Franks Andy (RLZ) IT Systems Engineer
Hi, Just wondered if someone could explain the reason why, on rejection of EAP authentication, an access challenge request is sent out to the NAS, and whether it's something we can control or not? Thanks Andy - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Need to change response type to Access-Challenge from rlm_perl

2013-02-18 Thread Walter Goulet
$authresult = > &authamis($RAD_REQUEST{'User-Name'},$RAD_REQUEST{'User-Password'}); > &radiusd::radlog(L_DBG, "Result after authamis call -> > $authresult"); > > if($authresult eq "true") { > $

Need to change response type to Access-Challenge from rlm_perl

2013-02-18 Thread Walter Goulet
esult"); if($authresult eq "true") { $RAD_CHECK{'Response-Packet-Type'} = "Access-Challenge"; $RAD_REPLY{'Reply-Message'} = "authentication successful"; for

Logging Access-Challenge in detail log

2012-12-05 Thread John Carter
Hi, We're using 2.1.12. We require a full log of everything that gets sent between a controller and freeradius. We've configured detail.log, inner-tunnel and default to log authentications and replies which work for us, but is there any way to also log Access-Challenge? I've rea

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Alan DeKok
Arpit Jain wrote: > I need a access-challenge from radius server. I don't care. > What attributes should i send through radclient to generate > access-challenge from radius server. You already asked that. I already told you the answer. > Is there any specific config

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Arpit Jain
I need a access-challenge from radius server. What attributes should i send through radclient to generate access-challenge from radius server. Is there any specific configuration on radius server to generate the access-challenge packet. On 25 Oct 2012 16:12, "Alan DeKok" wrote: &g

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Alan DeKok
Arpit Jain wrote: > I want to generate Access-Challenge from radius server on Access-Request > packet while using CHAP. That's not how CHAP works. > But server is not generating challenge packet for any of the > Access-request, i am using radclient. Because CHAP do

Generate Access-Challenge from radius server

2012-10-25 Thread Arpit Jain
Hi, I want to generate Access-Challenge from radius server on Access-Request packet while using CHAP. But server is not generating challenge packet for any of the Access-request, i am using radclient. Please tell the configurations to be done on the radius server as well as attributes to be sent

SV: SV: SV: EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
55 66 -Oprindelig meddelelse- Fra: freeradius-users-bounces+tr=zitcom...@lists.freeradius.org [mailto:freeradius-users-bounces+tr=zitcom...@lists.freeradius.org] På vegne af Thomas Raabo - Zitcom A/S Sendt: 11. oktober 2012 14:48 Til: FreeRadius users mailing list Emne: SV: SV: SV: EXEC Access-chal

SV: SV: SV: EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
-bounces+tr=zitcom...@lists.freeradius.org [mailto:freeradius-users-bounces+tr=zitcom...@lists.freeradius.org] På vegne af Thomas Raabo - Zitcom A/S Sendt: 11. oktober 2012 14:48 Til: FreeRadius users mailing list Emne: SV: SV: SV: EXEC Access-challenge Thanks phil... I´am close now. The only thing

Re: SV: SV: SV: EXEC Access-challenge

2012-10-11 Thread Alan DeKok
Thomas Raabo - Zitcom A/S wrote: > The only thing missing to getting this workin is getting the state number to > the script. ... > [ZOTP] expand: %{reply:State} -> Are you sure it's in the reply? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

SV: SV: SV: EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
ated) -> TRUE ++? if (updated) -> TRUE ++- entering if (updated) {...} +++[control] returns updated +++[handled] returns handled ++- if (updated) returns handled Sending Access-Challenge of id 73 to 172.31.2.20 port 40108 Reply-Message += "Enter OTP" State += 0x3132313630

Re: SV: SV: EXEC Access-challenge

2012-10-11 Thread Phil Mayers
On 11/10/12 11:53, Thomas Raabo - Zitcom A/S wrote: How do you change the order it phil? You type things in the right order. As per my original email, do this: authorize { ... YOUR_EXEC_MODULE if (updated) { ... } ... } - List info/subscribe/unsubscribe? See http://www.freeradius.org/

SV: SV: EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
-bounces+tr=zitcom...@lists.freeradius.org [mailto:freeradius-users-bounces+tr=zitcom...@lists.freeradius.org] På vegne af Phil Mayers Sendt: 11. oktober 2012 12:44 Til: freeradius-users@lists.freeradius.org Emne: Re: SV: EXEC Access-challenge On 11/10/12 10:57, Thomas Raabo - Zitcom A/S wrote: > Th

Re: SV: EXEC Access-challenge

2012-10-11 Thread Phil Mayers
On 11/10/12 10:57, Thomas Raabo - Zitcom A/S wrote: Thats seems like a way to go. But your right... Its very hard to find documentation on this topic. Sure. The assumption is that Access-Challenge methods are generated by auth method code in "rlm". It's a testament to how flex

SV: EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
freeradius-users-bounces+tr=zitcom...@lists.freeradius.org [mailto:freeradius-users-bounces+tr=zitcom...@lists.freeradius.org] På vegne af Phil Mayers Sendt: 11. oktober 2012 10:56 Til: freeradius-users@lists.freeradius.org Emne: Re: EXEC Access-challenge On 10/11/2012 09:23 AM, Thomas Raabo - Zitcom

Re: EXEC Access-challenge

2012-10-11 Thread Phil Mayers
On 10/11/2012 09:23 AM, Thomas Raabo - Zitcom A/S wrote: I´am trying to create a php OTP script with challenge reponse. echo "Reply-Message += \"Enter SMS\",\n"; echo "State += \"$random\",\n"; echo "Response-Packet-Type = \"Access-Challeng

EXEC Access-challenge

2012-10-11 Thread Thomas Raabo - Zitcom A/S
I´am trying to create a php OTP script with challenge reponse. echo "Reply-Message += \"Enter SMS\",\n"; echo "State += \"$random\",\n"; echo "Response-Packet-Type = \"Access-Challenge\",\n"; exit(4); Reply and State gets sent to the

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Thomas Glanzmann
Hello everyone, find attached the new and improved version for checking pap access challenge: (minisqueeze) [~/work/smsotpd] ./pap_challenge_request.pl Enter username: directory\Administrator Enter password: server response type = Access-Reject (3) (minisqueeze) [~/work/smsotpd

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Thomas Glanzmann
les] users: Matched entry DEFAULT at line 1 ++[files] returns ok ++[smsotp] returns ok Found Auth-Type = smsotp # Executing group from file /local/freeradius-server-2.1.9/etc/raddb/sites-enabled/default +- entering group smsotp {...} rlm_krb5: verify_krb_v5_tgt: host key not found : Configuration file does

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Matthew Newton
On Mon, May 21, 2012 at 02:23:12PM +0100, Matthew Newton wrote: > Looks like radclient has support: Forget that - I've not had enough coffee yet today :) You need to respond to the challenge, not send one yourself... Matthew -- Matthew Newton, Ph.D. Systems Architect (UNIX and Networks), Net

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Matthew Newton
Hi Thomas, On Mon, May 21, 2012 at 02:41:26PM +0200, Thomas Glanzmann wrote: > > You should not be getting a challenge with PAP, so there is no need > > for a test client for it. > > for Citrix Netscaler and VMware View 5.1 if you want to support > two-factor authentication for example with rlm_s

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Thomas Glanzmann
Hello Matthew, > You should not be getting a challenge with PAP, so there is no need > for a test client for it. for Citrix Netscaler and VMware View 5.1 if you want to support two-factor authentication for example with rlm_smsotp this is necessary. However there is currently no test client for i

Re: Test Client which supports PAP Access-Challenge

2012-05-21 Thread Matthew Newton
On Mon, May 21, 2012 at 02:17:30PM +0200, Thomas Glanzmann wrote: > I'm interested in a radius test client which supports pap > ACCESS-Challenge. Can anyone point me to one or to a library which You should not be getting a challenge with PAP, so there is no need for a test client for i

Test Client which supports PAP Access-Challenge

2012-05-21 Thread Thomas Glanzmann
Hello, I'm interested in a radius test client which supports pap ACCESS-Challenge. Can anyone point me to one or to a library which allows me to easily write on preferrably in perl? Cheers, Thomas - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: RFC compliance for Access Challenge

2011-12-12 Thread Alan DeKok
sanal kumar kariazhath wrote: > As per RFC, it looks like the Access Challenge must not contain any > attributes other than Reply-Message, State, Vendor-Specific, > Session-Timeout and Idle-Timeout. Alan Buxey already had a good response. Mine is: Who cares? What proble

Re: RFC compliance for Access Challenge

2011-12-12 Thread sanal kumar kariazhath
Cool Thanks a lot for the quick response and info... :-) Thanks, -Sanal On Mon, Dec 12, 2011 at 6:36 PM, Alan Buxey wrote: > Hi, > > >Would like to know why Free Radius is putting the user configuration > data > > in Access Challenge ? > > as

Re: RFC compliance for Access Challenge

2011-12-12 Thread Alan Buxey
Hi, >Would like to know why Free Radius is putting the user configuration data > in Access Challenge ? as per attrs.access_challenge # This configuration file is used to remove almost all of the # attributes From an Access-Challenge message. The RFC's say #

RFC compliance for Access Challenge

2011-12-12 Thread sanal kumar kariazhath
Hi, As per RFC, it looks like the Access Challenge must not contain any attributes other than Reply-Message, State, Vendor-Specific, Session-Timeout and Idle-Timeout. But if i put the configuration options as below for the EAP user 'USER5', then the access challenge from Free Rad

Re: Access-Challenge with FreeRadius

2011-11-09 Thread Alan DeKok
hughdavid wrote: > I thought that we can configure FreeRadius to implement the methods, that > generate Access-Challenge messages for PAP protocol, and we can define some > logic scenarios for these challenge exchanges > > Apparently it is not possible with FreeRadius Yes, it is

SecurID, Re: Access-Challenge with FreeRadius

2011-11-09 Thread Alan DeKok
David Mitton wrote: > e.g. some RADIUS servers will send A-C in PAP if they are authenticating > SecurID. (not recommended but it's out there) 2.1.12 includes an experimental rlm_securid. We expect to have an approved && production-ready version for the next release. Alan DeKok. - List info

Re: Access-Challenge with FreeRadius

2011-11-09 Thread hughdavid
David, Thanks for your reply, it was very clear I thought that we can configure FreeRadius to implement the methods, that generate Access-Challenge messages for PAP protocol, and we can define some logic scenarios for these challenge exchanges Apparently it is not possible with FreeRadius

Re: Access-Challenge with FreeRadius

2011-11-09 Thread Alan Buxey
The thread link posted has already git several answers in it...and ends quite clearly. Why are you trying to drag this up again? Some coursework? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Access-Challenge with FreeRadius

2011-11-09 Thread David Mitton
se an Access-Challenge, some always will (EAP). Some vary depending on the auth. e.g. some RADIUS servers will send A-C in PAP if they are authenticating SecurID. (not recommended but it's out there) Bottom line; you are framing the problem incorrectly and asking the wrong questi

Re: Access-Challenge with FreeRadius

2011-11-09 Thread Esdras Caleb Oliveira Silva
figure freeRADIUS server > so > it replies with a PAP "access-challenge" message on "access-request" from a > client? > > > http://freeradius.1045715.n5.nabble.com/Help-me-with-Access-Challenge-configuration-td4296727.html > > Any help is greatly appreciated!

Access-Challenge with FreeRadius

2011-11-09 Thread hughdavid
Hello, I am a new user of FreeRadius (on windows) I have the same question as this post: How to configure freeRADIUS server so it replies with a PAP "access-challenge" message on "access-request" from a client? http://freeradius.1045715.n5.nabble.com/Help-me-with-Access-Cha

RE: Radius Access-Challenge and Apache

2011-09-07 Thread Daniel Abels
; microsystems@lists.freeradius.org [mailto:freeradius-users- > bounces+daniel.abels=leica-microsystems@lists.freeradius.org] On > Behalf Of Alan DeKok > Sent: Monday, 29 August 2011 8:25 PM > To: FreeRadius users mailing list > Subject: Re: Radius Access-Challenge and Apache &g

RE: Radius Access-Challenge and Apache

2011-09-04 Thread Daniel Abels
com.au< rlm_perl:Request: >Service-Type< = >Authenticate-Only< rlm_perl:Request: >NAS-IP-Address< = >127.0.0.1< rlm_perl: Authenticate Function Called rlm_perl: User: >dra< Authenticated, now sending access-challenge rlm_perl: Log Reply Attributes Called rlm_perl

Re: Radius Access-Challenge and Apache

2011-08-29 Thread Alan DeKok
Daniel Abels wrote: > On the command line, this also works using radtest, see below: So... run the server in debugging mode, and see what happens when you send it a packet from Apache. That information is useful. There's a *reason* we suggest using debugging mode. Alan DeKok. - List info/

Radius Access-Challenge and Apache

2011-08-28 Thread Daniel Abels
Hi all, I have developed a rlm_perl script for FreeRadius to provide an Access-Challenge response upon an initial successful login (i.e. enter username & password, receive access-challenge, then enter a code.) I'm having some trouble getting the an access-challenge "reply message&

Re: Question about Access-Challenge

2011-07-08 Thread Udptelecom
rk with FreeRadius, I'd like to take this one step >> further and turn this into a two phase process. The objective is to first >> take the pin, authenticate that and then communicate to the NAS with a >> challenge to receive the OTP from the user. I think this can be done via an

Re: Question about Access-Challenge

2011-07-07 Thread Fajar A. Nugraha
unicate to the NAS with a > challenge to receive the OTP from the user. I think this can be done via an > access-challenge reply to the NAS. My question is how do I get FreeNAS to > send an Access-Challenge once it has verified the PIN is correct? If anyone > can kindly give me some hints or p

Question about Access-Challenge

2011-07-07 Thread Jamshid Abedi
an be done via an access-challenge reply to the NAS. My question is how do I get FreeNAS to send an Access-Challenge once it has verified the PIN is correct? If anyone can kindly give me some hints or point me in the right direction. Thank you, JJ Abdi - List info/subscribe/unsubscribe

Re: Help me with Access-Challenge configuration

2011-04-12 Thread GreenUA
Aa Stefan Winter-4, Thanks a lot, now i underspend how to configure my configuration It's what i need to hear! Have a nice day! -- View this message in context: http://freeradius.1045715.n5.nabble.com/Help-me-with-Access-Challenge-configuration-tp4296727p4297576.html Sent fro

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Stefan Winter
Hi, > My simple question: > How to configure freeRADIUS server so it replay "access-challenge" message > on "access-request" from a client? Alan's problem with this "simple" question of yours is that it's not just simple, but simplistic.

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Alan DeKok
list? > 2. "> What methods? How i can configure it? > > If you don't know, you don't need Access-Challenges." > > If i don't now how to configure it, i don't need it? In such way why are you > replaying on mails from this forum? Yes. Yo

Re: Help me with Access-Challenge configuration

2011-04-11 Thread GreenUA
uestion here. FROM RFC: "If all conditions are met and the RADIUS server wishes to issue a challenge to which the user must respond, the RADIUS server sends an "Access-Challenge" response. It MAY include a text message to be displayed by the client to the user prompting fo

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Alan DeKok
GreenUA wrote: > What methods? How i can configure it? If you don't know, you don't need Access-Challenges. > I need to see how my client process challenge response. And i can't generate > that message. If you're debugging a RADIUS client you wrote, then this isn't a FreeRADIUS question.

Re: Help me with Access-Challenge configuration

2011-04-11 Thread GreenUA
e correct authorization via RADIUS server it's not my main goal. I just want to configure and send back "Access-challenge" message to the client side. I need to see how my client process challenge response. And i can't generate that message. -- View this message in context:

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Alan DeKok
GreenUA wrote: > In my configuration RADIUS checks login and password, so it returns > "Access-accept" or "Access-reject". That's what a RADIUS server does. Specific authentication methods allow for Access-Challenges. If you're not using one of those methods, you won't get Access-Challenges.

Re: Help me with Access-Challenge configuration

2011-04-11 Thread GreenUA
ng and it will be useful if configuration exist and you don't know why it doesn't work. My question was how to "say" RADIUS server send "Access-Challenge" for client "Access-request" In my configuration RADIUS checks login and password, so it returns "

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Alexander Clouter
Arran Cudbard-Bell wrote: > > On Apr 11, 2011, at 1:40 PM, Alexander Clouter wrote: > >> GreenUA wrote: >>> >>> I reviewed RFC and FAQ, but i can't fined sane info about >>> configuration of freeRADIUS server (on Windows) to send

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Arran Cudbard-Bell
On Apr 11, 2011, at 1:40 PM, Alexander Clouter wrote: > GreenUA wrote: >> >> I reviewed RFC and FAQ, but i can't fined sane info about >> configuration of freeRADIUS server (on Windows) to send >> access-challenge message on access-request. >> > ..

Re: Help me with Access-Challenge configuration

2011-04-11 Thread Alexander Clouter
GreenUA wrote: > > I reviewed RFC and FAQ, but i can't fined sane info about > configuration of freeRADIUS server (on Windows) to send > access-challenge message on access-request. > ...because running FreeRADIUS is not a sane thing to do. > My configuration is (users.c

Help me with Access-Challenge configuration

2011-04-11 Thread GreenUA
I reviewed RFC and FAQ, but i can't fined sane info about configuration of freeRADIUS server (on Windows) to send access-challenge message on access-request. My configuration is (users.conf): test Auth-Type := Local, User-Password == "test" Service-Ty

Re: access challenge on empty password

2011-04-01 Thread izotov
s.1045715.n5.nabble.com/access-challenge-on-empty-password-tp4273381p4275090.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: access challenge on empty password

2011-04-01 Thread Fajar A. Nugraha
On Fri, Apr 1, 2011 at 3:43 PM, izotov wrote: > > Alan DeKok-2 wrote: >> >>   Have you tried running the server in debugging mode as suggested in >> the FAQ, README, INSTALL, "man" page, and daily on this list? >> > > Yes, I always do so. But this time it did not help me to find the answer. I thi

Re: access challenge on empty password

2011-04-01 Thread izotov
xt: http://freeradius.1045715.n5.nabble.com/access-challenge-on-empty-password-tp4273381p4274962.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: access challenge on empty password

2011-04-01 Thread Alan DeKok
izotov wrote: > I did not configure so (it must be a default). Where is that configuration > entry? Have you tried running the server in debugging mode as suggested in the FAQ, README, INSTALL, "man" page, and daily on this list? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.f

Re: access challenge on empty password

2011-04-01 Thread izotov
I did not configure so (it must be a default). Where is that configuration entry? -- View this message in context: http://freeradius.1045715.n5.nabble.com/access-challenge-on-empty-password-tp4273381p4274862.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info

Re: access challenge on empty password

2011-03-31 Thread Alan DeKok
onses an access challenge to request > with an existing user and empty password combo. > Is this a normal behaviour? How can I configure the system not to do so? Why have you configured the server to respond with an Access-Challenge? Alan DeKok. - List info/subscribe/unsubscribe? See http

access challenge on empty password

2011-03-31 Thread izotov
Hi, I use pam_radius with openssh on a FreeBSD box. When I authenticate, and for the first time I simply enter an empty password then the second time I am prompted for the password characters are echoed on the terminal. As I can see my freeradius server responses an access challenge to request

Re: how to test authentication process using Access-Challenge response

2011-02-05 Thread Gregor Bruhin
Thanks Alan and Peter for your fast answers. After doing some tests with the suggested tools I found no "ready to use" simulator for testing 2 step authentication with challenge response messages. I tried Jradius simulator which also seems not to have this feature. I will try to code myself

Re: how to test authentication process using Access-Challenge response

2011-02-04 Thread Alan DeKok
Gregor Bruhin wrote: > Is there a way to test the whole authentication process, including > access-challenge packets without using a real radius client device? Use "radclient". You will likely need to hack the source. Alan DeKok. - List info/subscribe/unsub

Re: how to test authentication process using Access-Challenge response

2011-02-04 Thread Peter Lambrechtsen
ng smsotp. > > Is there a way to test the whole authentication process, including > access-challenge packets without using a real radius client device? > > Many thanks and best regards, Greg > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.h

how to test authentication process using Access-Challenge response

2011-02-04 Thread Gregor Bruhin
Hi, I'm currently playing around with freeradius to implement a two-way authentication using smsotp. Is there a way to test the whole authentication process, including access-challenge packets without using a real radius client device? Many thanks and best regards, Greg - List

Re: Sending an attribute with the Access-Accept instead of Access-Challenge

2011-01-12 Thread Phil Mayers
On 01/12/2011 06:50 PM, Vivek Umasuthan wrote: Thanks for the reply. use_tunneled_reply = yes ...in the "peap {}" section of "eap.conf" I did this after you mentioned it. Just some more clarification... You need to add the attribute in the "inner-tunnel" virtual server, Do you mean I edit

Re: Sending an attribute with the Access-Accept instead of Access-Challenge

2011-01-12 Thread Vivek Umasuthan
> /etc/freeradius/sites-enabled/inner-tunnel[340]: ERROR: Unknown vendor > name in attribute name "Session-Timout" > /etc/freeradius/sites-enabled/inner-tunnel[262]: Errors parsing > post-auth section. Sorry there was a spelling mistake in the attribute as can be seen above. It works fine now. Let

Re: Sending an attribute with the Access-Accept instead of Access-Challenge

2011-01-12 Thread Vivek Umasuthan
Thanks for the reply. > use_tunneled_reply = yes > ...in the "peap {}" section of "eap.conf" I did this after you mentioned it. Just some more clarification... > You need to add the attribute in the "inner-tunnel" virtual server, Do you mean I edit the 'inner-tunnel' file in /etc/freeradius/sit

Re: Sending an attribute with the Access-Accept instead of Access-Challenge

2011-01-12 Thread Phil Mayers
On 12/01/11 16:33, Vivek Umasuthan wrote: Hi All, I am testing 802.1x support on our platform and I'm having trouble figuring out how to include some attributes with Access-Accept. I read the 'users' file man page but could not get the answer. You need to add the attribute in the "inner-tunnel"

Sending an attribute with the Access-Accept instead of Access-Challenge

2011-01-12 Thread Vivek Umasuthan
rd := "qatester" Session-Timeout = 20, Termination-Action = 1 Now the authorization works fine but the Session-Timeout attribute is ncluded in the Access-Challenge message as I understand. I want to send it with the Access-Accept mes

Access-Challenge and...

2010-04-03 Thread Alan DeKok
, eth1 to > Wifi Client with IP 192.168.0.1 (Client is Windows XP). > > Client authenticated with MS-Chapv2. I had installed ca_cert.der in XP. > > when I run radiusd -X everytime seem fine. ... > Sending Access-Challenge of id 4 to 192.168.0.3 port 1024 > Reply

Re: no response to Access-Challenge

2010-02-16 Thread Alan DeKok
Vieri wrote: > Sending Access-Challenge of id 46 to 10.215.146.130 port 2048 > EAP-Message = 0x010200061920 > Message-Authenticator = 0x > State = 0x2bd535b12bd72c983ec1de5e3f93e675 > Finished request 18. > Going to the nex

no response to Access-Challenge

2010-02-16 Thread Vieri
from... ... Sending Access-Challenge of id 46 to 10.215.146.130 port 2048 EAP-Message = 0x010200061920 Message-Authenticator = 0x State = 0x2bd535b12bd72c983ec1de5e3f93e675 Finished request 18. Going to the next request Waking up in 4.9 se

Re: Filter Access-Challenge Attributes

2009-10-30 Thread Ben Wiechman
Thanks On Fri, Oct 30, 2009 at 6:42 AM, Alan DeKok wrote: > Ben Wiechman wrote: > > Is the following stub for filtering Access-Challenge attributes from > > sites-available/default for future use? > > There are some typos that are fix in the git "stable" branch

  1   2   3   >