mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSpeople : Change predefinedFilters example
This commit is contained in:
parent
6fefd7cb88
commit
c0c7323040
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
||||||
'recursive' => true,
|
'recursive' => true,
|
||||||
),
|
),
|
||||||
'predefinedFilters' => array (
|
'predefinedFilters' => array (
|
||||||
'personalTitle=Mr.' => 'Man',
|
'(jpegPhoto=*)' => 'Avec photo',
|
||||||
'personalTitle=Ms' => 'Woman'
|
'(!(jpegPhoto=*))' => 'Sans photo'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue