1<?php
2/**
3 * Default settings for the authclientcert plugin
4 *
5 * @author Pawel Jasinski <pawel.jasinski@gmail.com>
6 */
7
8$conf['http_header_name'] = 'HTTP_X_SSL_CLIENTCERT_BASE64';
9$conf['group'] = 'smartcarduser';
10$conf['debug'] = 0;
11
12