mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +01:00
LSexample: defaulty enable LSpeople API access
This commit is contained in:
parent
7eee7e32b9
commit
23d185c171
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $GLOBALS['LSconfig'] = array(
|
|||
'LSpeople' => array(
|
||||
'filter' => '(|(uid=%{user})(mail=%{user}))',
|
||||
'password_attribute' => 'userPassword',
|
||||
'api_access' => false,
|
||||
'api_access' => true,
|
||||
),
|
||||
'LSsysaccount' => array(
|
||||
'api_access' => true,
|
||||
|
|
Loading…
Reference in a new issue