File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / xauth-pam.conf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

xauth-pam {

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # PAM service to be used for authentication.
    # pam_service = login

    # Open/close a PAM session for each active IKE_SA.
    # session = no

    # If an email address is received as an XAuth username, trim it to just the
    # username part.
    # trim_email = yes

}


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>