From 16f545c58dea74d36c81a621a5f6dc6ecfdbc7c0 Mon Sep 17 00:00:00 2001 From: rodrigo Date: Mon, 30 Sep 2019 20:38:30 +0000 Subject: New port security/pam_script PAM script module allows to hook user space scripts on PAM events PR: 240669 Submitted by: Natalino Picone --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 6e068703462e..cacbe4584841 100644 --- a/security/Makefile +++ b/security/Makefile @@ -740,6 +740,7 @@ SUBDIR += pam_pseudo SUBDIR += pam_pwdfile SUBDIR += pam_require + SUBDIR += pam_script SUBDIR += pam_search_list SUBDIR += pam_ssh_agent_auth SUBDIR += pam_yubico -- cgit