1<?php
2/**
3 * Default settings for the passpolicy plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$conf['minlen'] = 8;
9$conf['pools'] = 'lower,numeric,special';
10$conf['minpools'] = 2;
11$conf['user'] = 1;
12$conf['nocommon'] = 1;
13$conf['noleaked'] = 1;
14
15$conf['autotype'] = 'random';
16$conf['autobits'] = 44;
17
18$conf['supressuserhints'] = 0;
19