Checkrad doesn't start

2004-07-14 Thread Mikhail Stepanov
, it works fine. Mikhail Stepanov - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-13 Thread Mikhail Stepanov
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Mikhail Stepanov Gesendet: Montag, 12. Juli 2004 16:23 An: [EMAIL PROTECTED] Betreff: RE: Cisco-AVPair store in MySQL4/freeradius1.0.0 Cisco-AVPair = ip:source-ip=192.168.0.127 Cisco-AVPair = ip:source-port=4051 Cisco-AVPair

RE: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-13 Thread Mikhail Stepanov
Ok, so far everything right. But how to modifying my sql-string? Like that, perhaps: ... , '%{cisco-avpair}') ...? I can't understand what do you want to do. You needn't to modify any sql-queries in freeradius. It returns all AV-pairs automatically. Mikhail Stepanov. - List info/subscribe

RE: PAP Crypt-Password problem

2004-07-12 Thread Mikhail Stepanov
Hi All! Really, I don't think that the problem is in config file, or in Auth-Type. I use freeradius not for dial-up users only, but for athentication of telnet and console clients. Their passwords are also encrypted, but Auth-Type=Local. They don't use any PAP. My radiusd.conf modules { pap {

RE: PAP Crypt-Password problem

2004-07-12 Thread Mikhail Stepanov
I've just reinstalled 0.9.3 and everything is working fine. This is output from -X mode: 1.0.0 modcall[authorize]: module sql returns ok for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Local auth: type Local auth: user supplied

RE: PAP Crypt-Password problem

2004-07-12 Thread Mikhail Stepanov
The slution was qute simple! It needs Auth-Type = Crypt. Any other scheme will fail. Right now it doesn't work with unencrypted passwords. I'm surprised, that this bihaviour differs from 0.9.3 version, where it reacts on Crypt-Password or Password, without regarding to Auth-Type. With 0.9.3 I

RE: RE: PAP Crypt-Password problem

2004-07-12 Thread Mikhail Stepanov
I have a lot of users, that are authenticated via PAP, and their passwords are encrypted in my sql database. but for athentication of telnet and console clients. Maybe pam_radius ? I don't be sure about it. No. They are console or telnet users on my NASes, PIXes etc. -Original

RE: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-12 Thread Mikhail Stepanov
Cisco-AVPair = ip:source-ip=192.168.0.127 Cisco-AVPair = ip:source-port=4051 Cisco-AVPair = ip:destination-ip=10.10.10.1 Cisco-AVPair = ip:destination-port=23 ... But FreeRadius;sql.conf .'%{Cisco-AVPair}', . still returns only the first instance of Cisco-AVPair.