From 792f55659222503d3d66846276127d12ad96949e Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 9 Nov 2008 23:17:28 +0000 Subject: [PATCH] - LSeepeople : Correction de la configuration de l'attribut userPassword et des binding pour facilier l'utitilisation de l'annuaire d'exemple. --- .../conf/LSobjects/config.LSobjects.LSeepeople.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php b/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php index c207f1cd..bb224c41 100644 --- a/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php +++ b/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php @@ -43,8 +43,8 @@ $GLOBALS['LSobjects']['LSeepeople'] = array ( 'before_modify' => 'valid', 'after_modify' => 'valid', - 'after_create' => 'createMaildirByFTP', - 'after_delete' => 'removeMaildirByFTP', + //'after_create' => 'createMaildirByFTP', + //'after_delete' => 'removeMaildirByFTP', 'select_display_attrs' => '%{cn}', 'label' => _('Utilisateurs'), @@ -444,15 +444,7 @@ $GLOBALS['LSobjects']['LSeepeople'] = array ( 'msg' => 'Le mot de passe doit contenir entre 8 et 10 caractères.', 'params' => array( 'minLength' => 8, - 'maxLength' => 10, - 'prohibitedValues' => array( - 'azertyui', - '12345678' - ), - 'regex' => array( - '[a-z]+', - '[0-9]+' - ) + 'maxLength' => 10 ) ) ),