RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user_guide:simultaneous_limit [2021/10/06 20:48] – [Check if enabled] adminuser_guide:simultaneous_limit [2021/10/06 20:51] (current) – [Check if enabled] admin
Line 17: Line 17:
   * Check if it is enabled in FreeRADIUS   * Check if it is enabled in FreeRADIUS
 <code bash> <code bash>
-vi /etc/freeradius/mods-config/sql/main/mysql/queries.conf+vi /etc/freeradius/3.0/mods-config/sql/main/mysql/queries.conf
 </code> </code>
  
Line 38: Line 38:
         * If this section has **sql** specified, FreeRADIUS will initiate these queries (one or both) to try and determine the amount of active sessions a user has.         * If this section has **sql** specified, FreeRADIUS will initiate these queries (one or both) to try and determine the amount of active sessions a user has.
         * We are **NOT** using  **simul_verify_query** and thus it needs to be commented out.         * We are **NOT** using  **simul_verify_query** and thus it needs to be commented out.
-        * If it is specified the FreeRADIUS program will try and contact the nas if possible to inquire directly from it the current session count for a user. For this it uses the **checkrad** program.+        * If **simul_verify_query** is specified the FreeRADIUS program will try and contact the nas if possible to inquire directly from it the current session count for a user. For this it uses the **checkrad** program.
         * We will thus comment **simul_verify_query** out to NOT use it.         * We will thus comment **simul_verify_query** out to NOT use it.