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