On Sep 7, 2020, at 4:58 AM, MEjaz <mejaz@cyberia.net.sa> wrote:
I am trying to configure FreeRadius 3.0X with remote MSSQL and unixODBC, all basic tests have been passed sucefully.
You need to configure the "sql" module, to set "dialect", and maybe "driver". This is documented in the comments in mods-available/sql.
However, when I run radtest, on my radiusd server, I get the following error ... [root@radius-1 ~]# radtest testnesma@1024.corp.nesma.net.sa 112233 localhost 0 testing123
We do NOT need to see the output of "radtest". This is documented everywhere.
... The 'rlm_sql_null' driver CANNOT be used for SELECTS.
Please update the 'sql' module configuration to use a real database.
Set 'driver = ...' to the database you want to use.
That seems pretty clear. It helps to read the comments in the module, and the debug messages that the server produces. Alan DeKok.