]> git.proxmox.com Git - pve-access-control.git/commitdiff
enable yubico OTP (by removing debuging code)
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Jul 2014 12:18:17 +0000 (14:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Jul 2014 12:18:17 +0000 (14:18 +0200)
PVE/AccessControl.pm

index 9e764d264fa1d1eb0a41f5865b5b7d7b0d072fd1..ef158fb62fb4ac1a1b98a58c2ae24120dca624be 100644 (file)
@@ -379,8 +379,6 @@ sub verify_one_time_pw {
     } else {
        die "unknown tfa type '$type'\n";
     }
     } else {
        die "unknown tfa type '$type'\n";
     }
-
-    die "implement me";
 }
 
 # password should be utf8 encoded
 }
 
 # password should be utf8 encoded