collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
295 stars 167 forks source link

Remove incorectly parsed comma #1583

Closed goetzk closed 4 months ago

goetzk commented 4 months ago

Having a comma after shibboleth_users_default_roles = [cataloguer] meant CA configuration had an entry for shibboleth_users_default_groups prefixed by a comma.

',shibboleth_users_default_groups' => array ( 0 => 'cataloguer', )

Removing the comma shibboleth_users_default_groups is named correctly and can be overridden locally.

This change is unlikely to have a behavioural change but hasn't been tested.