xref: /plugin/authchained/conf/default.php (revision 9e84dbfb86661318bb7cf2719d4a041b0f346740)
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