Annotation of embedaddon/strongswan/conf/plugins/xauth-pam.conf, revision 1.1.1.1

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

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