if i try to add a 2nd attribute to a user i get following error:
Database error
Error Message: DB Error: syntax error
Debug info: SELECT Attribute FROM WHERE UserName='xxxxx' AND Attribute='MS-CHAP-Use-NTLM-Auth' AND id=0 [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE UserName='xxxxx' AND Attribute='MS-CHAP-Use-NTLM-Auth' AND id=0' at line 1]
SELECT Attribute FROM WHERE
there is a missing 'radcheck' between FROM and WHERE.
thanks
Anonymous
Indeed looks like it's missing.
Hi, i work already on svn.
['CONFIG_DB_TBL_RADCHECK'] = 'radcheck'; is set
if i add on line 499 in mng-edit.php: $table="radcheck";
it works too.