radcheck,
radreply, radgroupcheck,
radgroupreply and radacct.goodies/freeradiussql.cfg in your Radiator
distribution shows how to set up a complete FreeRADIUS emulator. Use of
this configuration file can make migration from an existing FreeRADIUS
installation easy.<AuthBy FREERADIUSSQL> understands also the
same parameters as <AuthBy SQL>. For more
information, see Section 3.41. <AuthBy SQL>.ConvertCleartextPassword flag parameter
causes FreeRADIUS Cleartext-Password check item to be
used as a Radiator clear text password check item. When this flag is not
set, Radiator does not consider Cleartext-Password a
special password check item. All new configurations should enable this
parameter. ConvertCleartextPassword currently
defaults to not enabled for backwards compatibility.# Use Cleartext-Password as a Radiator User-Password check item ConvertCleartextPassword
SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username=? ORDER BY id
SELECT id, UserName, Attribute, Value, op FROM radreply WHERE Username=? ORDER BY id
SELECT radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute, radgroupcheck.Value,radgroupcheck.op FROM radgroupcheck,usergroup WHERE usergroup.Username = ? AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY radgroupcheck.id
SELECT radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute, radgroupreply.Value,radgroupreply.op FROM radgroupreply,usergroup WHERE usergroup.Username = ? AND usergroup.GroupName = radgroupreply.GroupName ORDER BY radgroupreply.id
radacct table. The ‘Alt’ versions are run if the
non-Alt version fails (usually because the appropriate accounting record
is missing).<AuthBy SQL>, see Section 3.41. <AuthBy SQL>.