mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +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(
|
'LSpeople' => array(
|
||||||
'filter' => '(|(uid=%{user})(mail=%{user}))',
|
'filter' => '(|(uid=%{user})(mail=%{user}))',
|
||||||
'password_attribute' => 'userPassword',
|
'password_attribute' => 'userPassword',
|
||||||
'api_access' => false,
|
'api_access' => true,
|
||||||
),
|
),
|
||||||
'LSsysaccount' => array(
|
'LSsysaccount' => array(
|
||||||
'api_access' => true,
|
'api_access' => true,
|
||||||
|
|
Loading…
Reference in a new issue