mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSexample: fix value_attribute ('dn' vs '%{dn}')
This commit is contained in:
parent
8b996885d1
commit
ef9470bf31
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ $GLOBALS['LSobjects']['LScompany'] = array (
|
|||
'html_options' => array(
|
||||
'selectable_object' => array(
|
||||
'object_type' => 'LSpeople',
|
||||
'value_attribute' => '%{dn}'
|
||||
'value_attribute' => 'dn'
|
||||
)
|
||||
),
|
||||
'validation' => array (
|
||||
|
|
|
@ -570,7 +570,7 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
|||
'html_options' => array (
|
||||
'selectable_object' => array(
|
||||
'object_type' => 'LSpeople',
|
||||
'value_attribute' => '%{dn}'
|
||||
'value_attribute' => 'dn'
|
||||
),
|
||||
),
|
||||
'validation' => array (
|
||||
|
|
Loading…
Reference in a new issue