auth_conf.sub 790 B

1234567891011121314151617181920212223242526
  1. ######################################################################
  2. # AUTHENTICATION CONFIGURATION #
  3. ######################################################################
  4. # If you're using PAM to authenticate, lifes real simple.
  5. # This plain directive works for nearly everything except windows MUA's the
  6. # login directive will allow you to authenticate your Outlook 2000 and
  7. # outlook express clients.
  8. plain:
  9. driver = plaintext
  10. public_name = PLAIN
  11. server_condition = "${if pam{$2:$3}{1}{0}}"
  12. server_set_id = $2
  13. login:
  14. driver = plaintext
  15. public_name = LOGIN
  16. server_prompts = "Username:: : Password::"
  17. server_condition = "${if pam{$1:${sg{$2}{:}{::}}}{1}{0}}"
  18. server_set_id = $1
  19. #
  20. # FIXME
  21. # Need to add authenticator for SPA!!