gunnar: server/kolab-webclient/passwd/configuration/passwd-3.1.2 10-kolab_backends_base.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Jan 19 14:20:47 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/passwd/configuration/passwd-3.1.2
In directory doto:/tmp/cvs-serv22192/configuration/passwd-3.1.2

Added Files:
	10-kolab_backends_base.php 
Log Message:
Draft version of the passwd package.

--- NEW FILE: 10-kolab_backends_base.php ---
<?php

$backends = array();

$backends['kolab'] = array(
    'name' => 'Local Kolab Server',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 8
    ),
    'driver' => 'kolab',
    'params' => array()
);





More information about the commits mailing list