Advertisement
Guest User

mod-multiotpmschap

a guest
Apr 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. mschap multiotpmschap {
  2. ntlm_auth = "/usr/local/bin/multiotp/multiotp.php %{User-Name} %{User-Password} -request-nt-key -src=%{Packet-Src-IP-Address} -chap-challenge=%{CHAP-Challenge} -chap-password=%{CHAP-Password} -ms-chap-challenge=%{MS-CHAP-Challenge} -ms-chap-response=%{MS-CHAP-Response} -ms-chap2-response=%{MS-CHAP2-Response}"
  3.  
  4. pool {
  5. start = ${thread[pool].start_servers}
  6. min = ${thread[pool].min_spare_servers}
  7. max = ${thread[pool].max_servers}
  8. spare = ${thread[pool].max_spare_servers}
  9.  
  10. uses = 0
  11.  
  12. retry_delay = 30
  13.  
  14. lifetime = 86400
  15.  
  16. cleanup_interval = 300
  17. idle_timeout = 600
  18. }
  19.  
  20. passchange {
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement