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