This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| user_guide:simultaneous_limit [2021/10/06 20:48] – [Check if enabled] admin | user_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 / | + | vi / |
| </ | </ | ||
| 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** |
| * We will thus comment **simul_verify_query** out to NOT use it. | * We will thus comment **simul_verify_query** out to NOT use it. | ||