Advertisement
Guest User

multiotp

a guest
Jul 23rd, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Exec module instance for multiOTP
  2. # Replace '/path/to' with the actual path to the multiotp.php file
  3. exec multiotp {
  4. wait = yes
  5. input_pairs = request
  6. output_pairs = reply
  7. program = "/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}"
  8. shell_escape = yes
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement