parent
848752010a
commit
66557c7d54
1 changed files with 2 additions and 3 deletions
@ -1,9 +1,8 @@ |
||||
{ |
||||
my $userAuth = ${'openvpn-routed'}{Authentication} || 'CrtWithPass'; |
||||
if ($userAuth eq 'CrtWithPass'){ |
||||
my $plugin_dir = (-d "/usr/lib64/openvpn/plugin/lib") ? |
||||
'/usr/lib64/openvpn/plugin/lib':'/usr/lib/openvpn/plugin/lib'; |
||||
$OUT .= "plugin ".$plugin_dir."/openvpn-auth-pam.so login\n"; |
||||
my $libdir = (-d "/usr/lib64/") ? '/usr/lib64' : '/usr/lib'; |
||||
$OUT .= "plugin " . $libdir . "/openvpn/plugins/openvpn-plugin-auth-pam.so login\n"; |
||||
} |
||||
$OUT .= ''; |
||||
} |
||||
|
Loading…
Reference in new issue