rt icon indicating copy to clipboard operation
rt copied to clipboard

Allow to check ldap user against more than one group

Open elacour opened this issue 3 years ago • 0 comments

Previous code allows to check one ldap group membership before allowing user to log in RT. This PR allow to check against multiple groups. The first group that matches allows user to log in. It's of course backward compatible. Previous version made the "group" configuration a string, this one allows a string or an array.

elacour avatar Apr 27 '21 15:04 elacour