Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. sql {
  2. database = "mysql"
  3. driver = "rlm_sql_${database}"
  4. server = "localhost"
  5. login = "lms"
  6. password = "password"
  7. radius_db = "lms"
  8. acct_table1 = "radacct"
  9. acct_table2 = "radacct"
  10. postauth_table = "radpostauth"
  11. authcheck_table = "radcheck"
  12. authreply_table = "radreply"
  13. groupcheck_table = "radgroupcheck"
  14. groupreply_table = "radgroupreply"
  15. usergroup_table = "radusergroup"
  16. read_groups = yes
  17. deletestalesessions = yes
  18. sqltrace = no
  19. sqltracefile = ${logdir}/sqltrace.sql
  20. num_sql_socks = 5
  21. connect_failure_retry_delay = 60
  22. lifetime = 0
  23. max_queries = 0
  24. readclients = yes
  25. nas_table = "nas"
  26. $INCLUDE sql/mysql/dialup.conf
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement