1<?php
2/**
3 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 *
5 * @author     Dirk Scheer <dirk@scheernet.de>
6 */
7
8$meta['yubico_client_id']  = array('numeric');
9$meta['yubico_secret_key'] = array('string', '_pattern' => '..*');
10$meta['yubico_maxkeys']    = array('multichoice', '_choices' => array(1,2,3,4,5));
11