accepting all the users

Matthew Newton mcn at freeradius.org
Wed Jun 27 12:27:07 CEST 2018


On Wed, 2018-06-27 at 12:19 +0200, John Martins wrote:
> Having setup freeradius 3.0.16, I get this error when I try to
> authenticate
> with a user which was working properly in freeradius 2 for ages.
> 
> (12) sql: Executing select query: SELECT id, username, attribute,
> value, op
> FROM radcheck WHERE username = 'frederic at gmail.com' ORDER BY id
> (12) sql: ERROR: Failed to create the pair: Invalid vendor name in
> attribute name "Password"

What does this SQL statement return if you execute it manually?

I'm guessing you have the attribute field as "Password", which isn't a
valid RADIUS attribute (it existed in the dictionary a long time ago).
It needs to be "Cleartext-Password".

-- 
Matthew



More information about the Freeradius-Users mailing list