EAP/TLS on windows XP clients?

2008-05-02 Thread Johan Nyman
Hello, What certificates are needed on Windows XP clients to make a successful connection? The client.p12? and more? Thanks, Best regards, Johan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP/TLS on windows XP clients?

2008-05-02 Thread Alan DeKok
Johan Nyman wrote: What certificates are needed on Windows XP clients to make a successful connection? http://www.freeradius.org/doc/EAPTLS.pdf In 2.0,x, you'll need ca.der and client.p12 You may need to go into the raddb/certs directory, and do make ca.der. Alan DeKok. - List

Re: HOWTO PEAP + FreeRadius + XP Client

2008-05-02 Thread Alan DeKok
George KNIGHT wrote: I used ca.der and client.p12 to be installed to Windows XP SP2 client. I followed the instructions at the http://freeradius.org/doc/EAPTLS.pdf. But at the end of the installation, where the client certificate installation is tested at page 16, I have a different Windows

Re: Can't get the value of 'Digest-User-name', 'Digest-Realm', 'Digest-Method', 'Digest-Uri', 'Digest-Nonce', 'Digest-Response'

2008-05-02 Thread johnson elangbam
No, there is a digest module in default radiusd.conf that should decode the attributes. Post radiusd -X for request with Digest-Attributes. Those attributes you want are not in the request - have you tried $RAD_CHECK. hi Kalik, I've tried $RAD_CHECK but still i didn't get the

Error: rlm_radutmp: Logout for NAS localhost port 3, but no Login record

2008-05-02 Thread 여친급구
Hello Fedora Core 5 freeradius-1.1.7.tar.gz /var/log/radius/radius.log Thu May  1 05:53:35 2008 : Error: rlm_radutmp: Logout for NAS localhost port 3, but no Login record Thu May  1 05:53:37 2008 : Error: rlm_radutmp: Logout for NAS localhost port 13, but no Login record Thu May  1 06:19:45

Duplicate accounting packets

2008-05-02 Thread Tim Lightfoot
: %{Stripped-User-Name:-%{User-Name}} - [EMAIL PROTECTED] ++[files] returns ok +- entering group accounting expand: /var/log/radacct/%{Client-IP-Address}/detail-%Y%m%d - /var/log/radacct/10.0.1.110/detail-20080502 rlm_detail: /var/log/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var

Re: Recommendations for manging user password

2008-05-02 Thread Alan DeKok
thekat wrote: FirePass uses PAP for authentication.. however I have authenticated using both local and PAP. code charlie Auth-Type := Local, User-Password == hello Don't set Auth-Type. Use Cleartext-Password, not User-Password. See the FAQ. I will have about 75 users and need

Re : Re : EAP-TLS/PEAP problem

2008-05-02 Thread Joel MBA OYONE
Hello list, I've just installed SUSE 10.3 and freeradius 2.0.2.2-3 to easily setup my prevoious prob with eap. right now, when i run radiusd -W i encounter this error message: === /etc/raddb/certs/bootstrap: line 15: make: command not found Exec-Program output: Exec-Program: returned: 127

Re: Duplicate accounting packets

2008-05-02 Thread Alan DeKok
Tim Lightfoot wrote: Please see below output from radiusd -X - the line that seems to vary between successful and failed attempts is ++[unix] returns fail (its ++[unix] returns noop when successful). The server doesn't have permission to write to the radwtmp file. If you don't need the

Re: Can't get the value of 'Digest-User-name', 'Digest-Realm', 'Digest-Method', 'Digest-Uri', 'Digest-Nonce', 'Digest-Response'

2008-05-02 Thread Ivan Kalik
I've tried $RAD_CHECK but still i didn't get the values of these attributes 'Digest-User-name', 'Digest-Realm', 'Digest-Method', 'Digest-Uri', 'Digest-Nonce', 'Digest-Response', I've found a digest module in radiusd.conf but actually don't have any idea how to handle the module.

Re: EAP/TLS on windows XP clients?

2008-05-02 Thread Johan Nyman
Hello, Thanks for response! I can successfully access and connect to the FreeRadius server with Linux clients using ca.pem and client.pem. - Where is the ca.der imported/or placed in Windows XP Professional? - Dose the commonName within the cerficate files (client.p12) name need to match the

Re: EAP/TLS on windows XP clients?

2008-05-02 Thread Ivan Kalik
I can successfully access and connect to the FreeRadius server with Linux clients using ca.pem and client.pem. - Where is the ca.der imported/or placed in Windows XP Professional? Trusted root CA store. - Dose the commonName within the cerficate files (client.p12) name need to match the

Re: Can't get the value of 'Digest-User-name', 'Digest-Realm', 'Digest-Method', 'Digest-Uri', 'Digest-Nonce', 'Digest-Response'

2008-05-02 Thread johnson elangbam
Send a request with Digest-Attributes. hi Kalik, I've tried to called using Digest-Attributes in my perl code like this $dUserName= $RAD_REQUEST{'Digest-User-Name'}; $dRealm= $RAD_REQUEST{'Digest-Realm'}; $dMethod =

Re : Re : Re : EAP-TLS/PEAP problem

2008-05-02 Thread Joel MBA OYONE
Ok, i am sorry! all i had to do is yast install make or something like that to be able to run the command... ah... Linux !! MBA OYONE Joël Lot. El Firdaous Bât GH20, Porte A 204, Appt 8 2 Oulfa Casablanca - Maroc Tél. : +212 69 25 85 70 - Message d'origine De : Joel MBA OYONE

Re: Can't get the value of 'Digest-User-name', 'Digest-Realm', 'Digest-Method', 'Digest-Uri', 'Digest-Nonce', 'Digest-Response'

2008-05-02 Thread Ivan Kalik
May it be the problem from the radius client, or is it the problem in my perl code. I can't rectify the problem, I am confusing where should I emphasized Here is the new output when it is run in radiusd -X after rejecting da user. rad_recv: Access-Request packet from host 192.168.1.227 port

freeradius 2.0.4 and peap

2008-05-02 Thread Manuel Sánchez Cuenca
Hello all, I have installed freeradius 2.0.4 and now I'm trying to configure peap. When I try to connect using a Windows XP laptop, the server rejects the user. The log shows this information: rlm_eap: processing type mschapv2 +- entering group MS-CHAP rlm_mschap: No Cleartext-Password

Re: freeradius 2.0.4 and peap

2008-05-02 Thread Ivan Kalik
You have experlty deleted all the relevant information from the debug and your configuration. Post the complete debug. Ivan Kalik Kalik Informatika ISP Dana 2/5/2008, Manuel Sánchez Cuenca [EMAIL PROTECTED] piše: Hello all, I have installed freeradius 2.0.4 and now I'm trying to configure

Re: freeradius 2.0.4 and peap

2008-05-02 Thread Manuel Sánchez Cuenca
Ivan Kalik escribió: You have experlty deleted all the relevant information from the debug and your configuration. Post the complete debug. I solved the problem commenting the line virtual_server = inner-tunnel in the peap section of eap.conf -- - Manuel

Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
Hi, Since RADIUS is UDP based this seems to be quite sensitive to the delay in response from AAA to NAS and merely depends on the processing delay of the AAA/SQL in Authorization. Has anyone tried performing load tests? Could you tell me how duplicate requests are handled? On Wed, Apr 30,

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Alan DeKok
rsg wrote: Has anyone tried performing load tests? Yes. Lots. Could you tell me how duplicate requests are handled? As per RFC 5080, which I co-authored. FreeRADIUS has been handling duplicate requests this way since the start. Some commercial servers started doing this only after RFC

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Ivan Kalik
They are discarded. Standard setting on most radius clients is to resend the request after 2 seconds without reply. And for most of them it can be configured. Ivan Kalik Kalik Informatika ISP Dana 2/5/2008, rsg [EMAIL PROTECTED] piše: Hi, Since RADIUS is UDP based this seems to be quite

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Alan DeKok
Ivan Kalik wrote: They are discarded. Standard setting on most radius clients is to resend the request after 2 seconds without reply. And for most of them it can be configured. RFC 5080 also specifies a better way to handle retransmits, than the old try T times, with delay of D seconds

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
Hi, Many thanks for the reference and explanations. Here's what I see. The following flows correspond to a single transaction. Duplicate Packets are marked based on the id. However, I'm actually talking about retransmissions. Please Refer to Accounting-Request IDs 142,134 and 236. They are

FS trying to authenticate accounting data

2008-05-02 Thread Jim L.
/192.168.0.10/detail-20080502 rlm_detail: /var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/radius/radacct/192.168.0.10/detail-20080502 expand: %t - Fri May 2 02:33:03 2008 ++[detail] returns ok expand: /var/log/radius/radutmp - /var/log/radius/radutmp

Re: Recommendations for manging user password

2008-05-02 Thread thekat
Alan.. Thx for the reply.. after some chatting with the developers.. We already have an Oracle instance in place for the User /Passwd.. If we can use Oracle to talk PAP to FirePass this puts all the user management back on the already set up Oracle instance.. I will post back.. Much Thanks

Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
Or is there a possibility to Prioritize Accounting-Response over new Auth queries so that response delay could be minimized? On Fri, May 2, 2008 at 4:34 PM, rsg [EMAIL PROTECTED] wrote: Hi, Many thanks for the reference and explanations. Here's what I see. The following flows correspond to

Suggestion for modules directory

2008-05-02 Thread Jim L.
If the FreeRADIUS team monitors this list, I have a small suggestion. Along with the sites-available/sites-enabled directories, I would like to suggest a similar configuration for the modules section. I have added this to our servers and placed all of my custom module sections in corresponding

Redundant LDAP Servers

2008-05-02 Thread Jason Traeden
I am running freeradius version 2.0.4 and using LDAP against Active Directory. When I have a single LDAP server setup my authentication works great. I am having trouble using the redundant ldap settings. Here is some config data ldap ad01 { server = ocdc01.overstock.com port

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Alan DeKok
rsg wrote: However, I'm actually talking about retransmissions. Please Refer to Accounting-Request IDs 142,134 and 236. They are retransmissions due to delay in response. Accounting packets are not re-transmitted. The contents change, so they get allocated a new Id. Auth process fails at

Re: Suggestion for modules directory

2008-05-02 Thread Alan DeKok
Jim L. wrote: If the FreeRADIUS team monitors this list, Yes... I have a small suggestion. Along with the sites-available/sites-enabled directories, I would like to suggest a similar configuration for the modules section. Given the number of modules out there... it's likely a good idea.

Re: FS trying to authenticate accounting data

2008-05-02 Thread Alan DeKok
Jim L. wrote: ... Sending proxied request internally to virtual server. server ImagineNet_Detail { auth: No authenticate method (Auth-Type) configuration found for the Ugh. The code that does the internal proxying doesn't check for auth/acct differences. Oops. Try the attached patch.

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Ivan Kalik
Or is there a possibility to Prioritize Accounting-Response over new Auth queries so that response delay could be minimized? I would look into why it takes so long to process Accounting-Requests. Something is seriously wrong there. How long does it take to do an insert for a Start packet? Ivan

Re: Redundant LDAP Servers

2008-05-02 Thread Alan DeKok
Jason Traeden wrote: I am running freeradius version 2.0.4 and using LDAP against Active Directory. When I have a single LDAP server setup my authentication works great. I am having trouble using the redundant ldap settings. ... authenticate { ... Auth-Type LDAP { If many people are

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
rsg wrote: However, I'm actually talking about retransmissions. Please Refer to Accounting-Request IDs 142,134 and 236. They are retransmissions due to delay in response. Alan DeKok [EMAIL PROTECTED] wrote: Accounting packets are not re-transmitted. The contents change, so they

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
I'm trying to process multiple queries at the same time and when it exceeds 32 this delay occurs. SQLIPPOOL is being used for Autz. On Fri, May 2, 2008 at 5:39 PM, Ivan Kalik [EMAIL PROTECTED] wrote: Or is there a possibility to Prioritize Accounting-Response over new Auth queries so that

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Alan DeKok
rsg wrote: They are not on the same LAN. This delay is induced by SQL based IP assignment. Specially when around 30 concurrent Auth queries are made, the accounting response (Start) takes about 30 seconds (Delayed by New Auth requests) to reach NAS leading to the ultimate Auth failures.

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread rsg
On Fri, May 2, 2008 at 6:17 PM, Alan DeKok [EMAIL PROTECTED] wrote: rsg wrote: They are not on the same LAN. This delay is induced by SQL based IP assignment. Specially when around 30 concurrent Auth queries are made, the accounting response (Start) takes about 30 seconds (Delayed

Re: Fw: Discard duplicate requests if received within a specified period

2008-05-02 Thread Phil Mayers
Alan DeKok wrote: rsg wrote: They are not on the same LAN. This delay is induced by SQL based IP assignment. Specially when around 30 concurrent Auth queries are made, the accounting response (Start) takes about 30 seconds (Delayed by New Auth requests) to reach NAS leading to the ultimate

Re: Redundant LDAP Servers

2008-05-02 Thread Jason Traeden
On 5/2/08 9:45 AM, Alan DeKok [EMAIL PROTECTED] wrote: Jason Traeden wrote: I am running freeradius version 2.0.4 and using LDAP against Active Directory. When I have a single LDAP server setup my authentication works great. I am having trouble using the redundant ldap settings. ...

Ldap attribute config stuff

2008-05-02 Thread Pat Riehecky
Ok, to begin I am not a radius guru. In fact, the word novice applies very strongly here That being said on to my inquiry. I have two radius systems on site. One of them is for our wireless system and the other for our old trying to die dialup. The wireless system is setup to authenticate

Re: Redundant LDAP Servers

2008-05-02 Thread Alan DeKok
Jason Traeden wrote: .. Ok I patched my box with this ldap.c.diff and I still have the same results. Hmm... the same error messages? Try this. I think this one should work... Alan DeKok. Index: src/modules/rlm_ldap/rlm_ldap.c

authentication problem between supplicant and radius server

2008-05-02 Thread Joel MBA OYONE
Hello I need some explanation with what is going wrong in my config! i have : - freeradius 2.0.2-3 AS RADIUS SERVER - DWS3024 as authenticator (set up for transmit request to radius server correctly) - (this step) DWL-8500AP as Access point (my spplicant) i had not that problem using that

Re: Certificate Properties.

2008-05-02 Thread Andrew Olson
So, I managed to find the place where the certificate gets taken apart. I added some code to parse out the serialNumber and put it back onto the request. I'd like to be able to do some processing later with Perl. However, it appears that appears that my Perl module isn't getting called where I

Re: Redundant LDAP Servers

2008-05-02 Thread Jason Traeden
That did not work ether. Is there a better way to achieve ldap redundancy? I have attached the log output from when I started radiusd -X and the login failure. Thanks Jason On 5/2/08 11:45 AM, Alan DeKok [EMAIL PROTECTED] wrote: Jason Traeden wrote: .. Ok I patched my box with this

DER format in TLS certificates

2008-05-02 Thread Sergio Belkin
Hi, Can I use DER format for certificates? With PEM format TTLS works fine but if I use DER format it outputs: Module: Instantiating eap-tls tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512 dh_key_length = 512 verify_depth = 0

Re: Redundant LDAP Servers

2008-05-02 Thread Alan DeKok
Jason Traeden wrote: That did not work ether. Is there a better way to achieve ldap redundancy? Force Auth-Type = LDAP. But it would be best to have this required in as few situations as possible. I have attached the log output from when I started radiusd -X and the login failure.

Re: Certificate Properties.

2008-05-02 Thread Alan DeKok
Andrew Olson wrote: I would like to have my Perl authenticate method called after eaptls_process is done. I gather that since eap returns handled that no more processing is done. I'm pretty sure that I have Perl configured correctly, since it gets called on other requests. Am I missing

Re: Redundant LDAP Servers

2008-05-02 Thread Jason Traeden
On 5/2/08 12:45 PM, Alan DeKok [EMAIL PROTECTED] wrote: Jason Traeden wrote: That did not work ether. Is there a better way to achieve ldap redundancy? Force Auth-Type = LDAP. But it would be best to have this required in as few situations as possible. I have attached the log

Re: Certificate Properties.

2008-05-02 Thread Andrew Olson
On Fri, May 2, 2008 at 2:47 PM, Alan DeKok [EMAIL PROTECTED] wrote: Andrew Olson wrote: I would like to have my Perl authenticate method called after eaptls_process is done. I gather that since eap returns handled that no more processing is done. I'm pretty sure that I have Perl

Re: authentication problem between supplicant and radius server

2008-05-02 Thread Ivan Kalik
I need some explanation with what is going wrong in my config! i have : - freeradius 2.0.2-3 AS RADIUS SERVER - DWS3024 as authenticator (set up for transmit request to radius server correctly) - (this step) DWL-8500AP as Access point (my spplicant) i had not that problem using that config on