<?php
/**
 * Default settings for the authclientcert plugin
 *
 * @author Pawel Jasinski <pawel.jasinski@gmail.com>
 */

$conf['http_header_name'] = 'HTTP_X_SSL_CLIENTCERT_BASE64';
$conf['group'] = 'smartcarduser';
$conf['debug'] = 0;

