Re: Radius Authentication failure

2009-07-21 Thread Nicolas Goutte


Am 21.07.2009 um 11:04 schrieb Vamsi Krishna Valiveti:


Hi,

I am using  freeradius-server-2.1.4. I changed only the below files

Users

iss Auth-Type := Local, User-Password == iss123


Try to use

Cleartext-Password := iss123


Passwords must be assigned ( := ) not compared ( == ).

Also User-Password is deprecated.

Have a nice day!



Clients.conf



[...]

Nicolas Goutte


extragroup GmbH - Karlsruhe
Waldstr. 49
76133 Karlsruhe
Germany

Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle
Registergericht: Amtsgericht Münster / HRB: 5624
Steuer Nr.: 337/5903/0421 / UstID: DE 204607841



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius Authentication failure

2009-07-21 Thread A . L . M . Buxey
Hi,

 I am using  freeradius-server-2.1.4. I changed only the below files
 
 Users
 
 iss Auth-Type := Local, User-Password == iss123

dont set Auth-Type and change the Password entry. should be

iss Cleartext-Password := iss123

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html