EAP-TLS auth failure

2003-03-01 Thread Dmitri Belimov
Hi I have programmes openssl 0.9.7a freeradius 0.8.1 and docs HOWTO on EAP/TLS authentication between FreeRADIUS and XSupplicant When I create certificates or use adam`s certs, authentication is failure. The Radiusd error messages is down. Why it don`t work?? modcall: group authorize

Dialup admin

2003-03-01 Thread Eric
Hello, I have such problem with Dialup admin: When i run it in my browser the left frame (buttons) is stay unloaded showa the content of buttons.html.php3 file. I use php-4.3.0 apache 1.3.27 all off my other php-applications works perfectly except Dialup admin :( Have somebody any ideas about

Re: Dialup admin

2003-03-01 Thread mberzig
Try to change file_uploads=On in the php.ini file Selon Eric [EMAIL PROTECTED]: Hello, I have such problem with Dialup admin: When i run it in my browser the left frame (buttons) is stay unloaded showa the content of buttons.html.php3 file. I use php-4.3.0 apache 1.3.27 all off my

Re: Dialup admin

2003-03-01 Thread Eric
It is already turned to On On Saturday 01 March 2003 16:38, [EMAIL PROTECTED] wrote: Try to change file_uploads=On in the php.ini file Selon Eric [EMAIL PROTECTED]: Hello, I have such problem with Dialup admin: When i run it in my browser the left frame (buttons) is stay unloaded

Re: Dialup admin

2003-03-01 Thread Evren Yurtesen
do you have any other .php3 files working? maybe you should set in your apache conf file that not only .php files should be treated as php files but also .php3 fiels On Sat, 1 Mar 2003, Eric wrote: Hello, I have such problem with Dialup admin: When i run it in my browser the left frame

Re: MySQL table definition for RADIUS accounting data and duplicates

2003-03-01 Thread Kostas Kalevras
On Fri, 28 Feb 2003, Derrik Pates wrote: I ended up needing to modify the MySQL table for RADIUS accounting data to mark the AcctSessionId and AcctUniqueId fields as UNIQUE. I was having problems with receiving duplicate accounting records, showing users logged in multiple times who actually

Re: Freeradius, OpenLDAP, CHAP and MD5 passwords

2003-03-01 Thread Kostas Kalevras
On Fri, 28 Feb 2003, Carlos Pratas wrote: We have usernames and passwords stored in an OpenLDAP server with MD5 passwords. Freeradius 0.8 authenticating with PAP works fine. With CHAP the radius daemon reports that password should be stored in clear text and rejects the access, but the FAQ

Re: User freezing!!!

2003-03-01 Thread Kostas Kalevras
On Thu, 27 Feb 2003, Eric wrote: Hi, all I use freeradius with MySQL I have problem with user freezing. I'm turn off any accounting logging except MySQL (such as radutmp, radwtmp). My radius server works pretty well except one thing: When my users is disconnects unexpectedly (telephone

Re: EAP-TLS auth failure

2003-03-01 Thread Artur Hecker
hi rlm_eap_tls: Length Included TLS 1.0 Alert [length 0002], fatal unknown_ca ^^^ die you add the certificate of the CA which signed and issued the user certificate into root.pem and configured it to be the CA file in radiusd.conf? ciao artur

Re: Crazy Log File Entry

2003-03-01 Thread tarvid
I've seen dozens of these although not usually that long. Two from this morning. Sat Mar 1 07:56:38 2003: Auth: Login incorrect: [xxx/ñKÏ8?Z4?? ?Ôò6?t] (from nas diana/S22) Sat Mar 1 07:57:26 2003: Auth: Login incorrect: [xxx/§ì`¡×]$Bô¾±ÕÍïJ] (from nas diana/S23) Mine are always in

Re: EAP-TLS auth failure

2003-03-01 Thread Dmitri Belimov
Hi Artur rlm_eap_tls: Length Included TLS 1.0 Alert [length 0002], fatal unknown_ca ^^^ die you add the certificate of the CA which signed and issued the user certificate into root.pem and configured it to be the CA file in

Re: Crazy Log File Entry

2003-03-01 Thread Evren Yurtesen
Well I think it is unlikely that only the password will be sent wrong. There is usually so little time between username and password transfers. If the connection has some problems that would effect the username too. To my knowledge usually this kind of trouble happens when the modem change the

Re: EAP-TLS auth failure

2003-03-01 Thread Artur Hecker
hi you need exactly the following: cert-clt.p12 cert-srv.pem root.pem and no private key should be in root.pem (though it doesn't matter now) Radiusd.conf CA_file = ${confdir}/eap-test/root.pem this should point to root.pem from above and the root.pem should contain public key (the

Re: Crazy Log File Entry

2003-03-01 Thread tarvid
On Saturday 01 March 2003 08:19 am, Evren Yurtesen wrote: Well I think it is unlikely that only the password will be sent wrong. There is usually so little time between username and password transfers. If the connection has some problems that would effect the username too. To my knowledge

Re: Crazy Log File Entry

2003-03-01 Thread Andrew Mihalic
We need a solution to this, can anybody give us any direction to the solution. It seems to happen only with the Cisco as5200 and today 3/1/03 we have switched to a patton 2800 pool to see if it will report the same errors - Original Message - From: tarvid [EMAIL PROTECTED] To: [EMAIL

RE: help me

2003-03-01 Thread Victor Churchill
If you have service password-encryption on your cisco it will mismatch, this can be changed by no service password-encryption and then re typing the radius-server key command the secret must be the same on your Cisco as well as your clients.conf and

RE: Problem getting counter to work...

2003-03-01 Thread Mike Cisar
Alan, Is there anything special required in the Instantiate, Accounting, etc sections of radiusd.conf for the example below to work (do there need to be individual calls somehow to each counter instance, and if so what is the syntax required)? I made three copies of my original counter

RE: Problem getting counter to work...

2003-03-01 Thread Mike Cisar
Please ignore my last message... found some configuration information in the docs for the sqlcounter module that seems to work/apply for counter as well. Cheers, Mike -Original Message- Is there anything special required in the Instantiate, Accounting, etc sections of radiusd.conf

Cisco AP authentication problem

2003-03-01 Thread Joao Santos
Hi! I'm using freeradius 0.8.1 and I'm having problems successfully authenticating through a Cisco AP1100. It's the first time I'm using any radius server and wireless devices. The AP is configures for using my freeradius server for EAP authentication. Freeradius is configured for supporting

how can i debug freeradius using gdb

2003-03-01 Thread huang jeffin
when i debug freeradius by gdb, an error comes out as follows: Reading symbols from radiusd...(no debugging symbols found)...done. is the default makefile of freeradius without debug ging symbols? how can i make a debug version so that i can debug it with gdb ? thanks

if 1st realm fails try the 2nd ?

2003-03-01 Thread AFShin Abdollahi
Dear friends,I'm using FreeRadius 8.0 on my RH7.2 Box. Also I have another radius server on Win2k AS.These radius servers are next to 3 NASes.(I mean in one place). 2 NASes are working with windows and the other with Linux. Everything is fine and working properly.I want the FreeRadius to become my

if 1st realm fails try the 2nd ?

2003-03-01 Thread AFShin Abdollahi
Dear friends, I'm using FreeRadius 8.0 on my RH7.2 Box. Also I have another radius server on Win2k AS.These radius servers are next to 3 NASes.(I mean in one place). 2 NASes are working with windows and the other with Linux. Everything is fine and working properly.I want the FreeRadius to become

Proxy

2003-03-01 Thread AFShin Abdollahi
Dear Friends, Is there a way that instead of using '@realm' I can Check the first 3 letters of the user-name and decide which proxy to use ? AFShin Abdollahi Network Administrator __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips,