This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
сервис_freeradius [2024/12/06 13:33] val [Тестирование сервера] |
сервис_freeradius [2024/12/06 13:35] (current) val [Настройка с использованием mysql] |
||
---|---|---|---|
Line 205: | Line 205: | ||
... | ... | ||
</code><code> | </code><code> | ||
- | mysql> insert into radcheck (username, attribute, value, op) values ("401", "Cleartext-Password", "401", ":="); | + | mysql> insert into radcheck (username, attribute, value, op) values ("ussr1", "Cleartext-Password", "password1", ":="); |
mysql> select acctsessionid, username, acctstarttime, acctstoptime, callingstationid, calledstationid from radacct; | mysql> select acctsessionid, username, acctstarttime, acctstoptime, callingstationid, calledstationid from radacct; |