mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
- LSeepeople : Correction de la configuration de l'attribut userPassword et des binding
pour facilier l'utitilisation de l'annuaire d'exemple.
This commit is contained in:
parent
cecc880f5a
commit
792f556592
1 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue