1<?php
2
3/**
4 * Default settings for the authchained plugin
5 * @author Philipp Neuser <pneuser@physik.fu-berlin.de>
6 */
7
8$conf['authtypes'] = 'authplain';
9$conf['usermanager_authtype'] = 'authplain';
10?>
11