X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FAuth%2FPAM.pm;h=04f0d93b808cc1e61ba2cc29b12e0c5950bc2b66;hb=7c410d63017604c5889ceb1ee00f7993b3b7c130;hp=93768053d80acb5bf0a8965b8bc6ef00190ae5c1;hpb=495949443acdf148cf21ddc4b9cbab174d61a30e;p=pve-access-control.git diff --git a/PVE/Auth/PAM.pm b/PVE/Auth/PAM.pm index 9376805..04f0d93 100755 --- a/PVE/Auth/PAM.pm +++ b/PVE/Auth/PAM.pm @@ -1,6 +1,8 @@ package PVE::Auth::PAM; use strict; +use warnings; + use PVE::Tools qw(run_command); use PVE::Auth::Plugin; use Authen::PAM qw(:constants);