]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/Auth/LDAP.pm
pveum: implement bash completion hooks
[pve-access-control.git] / PVE / Auth / LDAP.pm
index dc1c229775e32ea3458e4d34c9aa5b2c8f732017..3f867ec3891c0c3b3c599363997e6159bc138995 100755 (executable)
@@ -1,6 +1,8 @@
 package PVE::Auth::LDAP;
 
 use strict;
+use warnings;
+
 use PVE::Auth::Plugin;
 use Net::LDAP;
 use base qw(PVE::Auth::Plugin);
@@ -38,6 +40,7 @@ sub options {
        secure => { optional => 1 },
        default => { optional => 1 },
        comment => { optional => 1 },
+       tfa => { optional => 1 },
     };
 }