mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 00:29:21 +01:00
LSgroup: allow only one godfather
For demo of object selection for a non-multiple value attribute.
This commit is contained in:
parent
9aec383694
commit
6d21aa8b72
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ $GLOBALS['LSobjects']['LSgroup'] = array (
|
|||
'msg' => "One or several of these users don't exist."
|
||||
)
|
||||
),
|
||||
'multiple' => 1,
|
||||
'multiple' => 0,
|
||||
'rights' => array(
|
||||
'admin' => 'w'
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue