27 Jun
2018
27 Jun
'18
6:27 a.m.
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@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