1<?php 2/** 3 * Default settings for the authsplit plugin 4 * 5 * @author Pieter Hollants <pieter@hollants.com> 6 */ 7 8$conf['primary_authplugin'] = 'authplain'; 9$conf['secondary_authplugin'] = 'authplain'; 10$conf['autocreate_users'] = 0; 11$conf['username_caseconversion'] = 'None'; 12$conf['debug'] = 0; 13