Annotation of embedaddon/strongswan/conf/plugins/ext-auth.opt, revision 1.1
1.1 ! misho 1: charon.plugins.ext-auth.script =
! 2: Shell script to invoke for peer authorization.
! 3:
! 4: Command to pass to the system shell for peer authorization. Authorization
! 5: is considered successful if the command executes normally with an exit code
! 6: of zero. For all other exit codes IKE_SA authorization is rejected.
! 7:
! 8: The following environment variables get passed to the script:
! 9: _IKE_UNIQUE_ID_: The IKE_SA numerical unique identifier.
! 10: _IKE_NAME_: The peer configuration connection name.
! 11: _IKE_LOCAL_HOST_: Local IKE IP address.
! 12: _IKE_REMOTE_HOST_: Remote IKE IP address.
! 13: _IKE_LOCAL_ID_: Local IKE identity.
! 14: _IKE_REMOTE_ID_: Remote IKE identity.
! 15: _IKE_REMOTE_EAP_ID_: Remote EAP or XAuth identity, if used.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>