mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2025-02-17 03:43:10 +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 (
|
array (
|
||||||
'filter' => 'uid=%{val}',
|
'filter' => 'uid=%{val}',
|
||||||
'result' => 0,
|
'result' => 0,
|
||||||
'msg' => 'This identifier is already used.'
|
'msg' => 'This identifier is already used.',
|
||||||
|
'except_current_object' => true,
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'rights' => array(
|
'rights' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue