mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSpeople: fix uid validation (blocking CSV import)
This commit is contained in:
parent
85786bc33c
commit
f61a8b7c71
1 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
|||
array (
|
||||
'filter' => 'uid=%{val}',
|
||||
'result' => 0,
|
||||
'msg' => 'This identifier is already used.'
|
||||
'msg' => 'This identifier is already used.',
|
||||
'except_current_object' => true,
|
||||
)
|
||||
),
|
||||
'rights' => array(
|
||||
|
|
Loading…
Reference in a new issue