xauth-pam.conf 412 B

123456789101112131415161718
  1. xauth-pam {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # PAM service to be used for authentication.
  6. # pam_service = login
  7. # Open/close a PAM session for each active IKE_SA.
  8. # session = no
  9. # If an email address is received as an XAuth username, trim it to just the
  10. # username part.
  11. # trim_email = yes
  12. }