Guest User

Untitled

a guest
Jun 17th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. begin authenticators
  2. #login:
  3. # driver = plaintext
  4. # public_name = relay athenticated
  5. # server_condition = ${if eq{$2}{${lookup mysql{SELECT password FROM popbox WHERE CONCAT(popbox.local_part,'@',popbox.domain_name) = '$1'}{$value}fail}}{1}{0}}
  6. # server_set_id = $1
  7. # server_prompts = "WLUG Username:: : WLUG Password::"
  8.  
  9. plain:
  10. driver = plaintext
  11. public_name = PLAIN
  12. server_prompts = :
  13. server_condition = ${if eq{$3}{${lookup mysql{SELECT password FROM popbox WHERE CONCAT(popbox.local_part,'@',popbox.domain_name) = '$2'}{$value}fail}}{1}{0}}
  14. server_set_id = $2
Add Comment
Please, Sign In to add comment