]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Domains.pm
add oath two factor auth, bump version to 3.0-14
[pve-access-control.git] / PVE / API2 / Domains.pm
index dac56608da05aec8e639187514433308d6b2e63f..fff3734a5969e2a3cd17f0f772cb8bde8076c1fc 100644 (file)
@@ -37,7 +37,7 @@ __PACKAGE__->register_method ({
                tfa => {
                    description => "Two-factor authentication provider.",
                    type => 'string',
-                   enum => [ 'yubico' ],
+                   enum => [ 'yubico', 'oath' ],
                    optional => 1,
                },
                comment => { type => 'string', optional => 1 },