diff --git a/src/conf/config.inc.php b/src/conf/config.inc.php index 0ed2189d..951701e1 100644 --- a/src/conf/config.inc.php +++ b/src/conf/config.inc.php @@ -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,