1<?php
2/**
3 * Options for the authclientcert plugin
4 *
5 * @author Pawel Jasinski <pawel.jasinski@gmail.com>
6 */
7
8
9$meta['http_header_name'] = array('string');
10$meta['group'] = array('string');
11$meta['debug'] = array('onoff','_caution' => 'security');
12
13