1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-17 21:54:18 +01:00

Add FIXME marker.

This commit is contained in:
Jean Paul Galea 2015-09-08 14:22:09 +02:00
parent cf40fec026
commit de5e76b5e4

View File

@ -48,7 +48,10 @@ function url2shortname ($url)
return $name[1];
}
# FIXME
# otp and client ID should be moved to a munin environment variable
$urls = otp2ksmurls ("ccccccccfnkjtvvijktfrvvginedlbvudjhjnggndtck", 16);
$shortnames = array_map("url2shortname", $urls);
if ($argc == 2 && strcmp($argv[1], "autoconf") == 0)