mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +01:00
LSexample/LSpeople: fix sambaPwdCanChange as single-value
This commit is contained in:
parent
29e499e1d6
commit
d48a3c2dc0
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'no_value_label' => 'Default (whenever)',
|
'no_value_label' => 'Default (whenever)',
|
||||||
'multiple' => true,
|
'multiple' => false,
|
||||||
'rights' => array(
|
'rights' => array(
|
||||||
'admin' => 'w',
|
'admin' => 'w',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue