I'm trying to use router user authentication and accounting via freeradius server.
However, I ain't using cleartext passwords in my radius.radcheck table. Instead, I'm using Crypt-Password and my Auth-Type attribute is Crypt-Local.
So, after enabling radius in the "/user aaa" section, I'm getting this kind of error message:
Code: Select all
Sat Nov 27 07:31:48 2010 : Auth: Login incorrect: [andre/<CHAP-Password>] (from client DUDE_Monitor port 0 cli 187.118.123.32)
Code: Select all
id UserName Attribute Value op
3 andre Crypt-Password $1$LBqMRXld$0PH8SvPub2F7P0nbC6eja1 ==
Code: Select all
[admin@MikroTik] user aaa> print
use-radius: yes
accounting: yes
interim-update: 5m
default-group: full
Should I use plain-text passwords because of the CHAP protocol or is there any 'workaround' for this kind of situation?
Any help?
Thanks in advance!
rod~