I am looking to see if something is possible with GitLab and LDAP sync.
Let’s say we have this situation:
groupA
in AD- has
User1
- has
User2
- has
groupB
in AD- has
User1
- has
And:
groupA
is given Reporter accessgroupB
is given Owner access
Right now User1
will only have Reporter access.
I am trying to figure out how to make it so User1
gets Owner access.
Right now GitLab defaults to the lowest access when a user is a part of multiple groups. I want GitLab to default to the highest access when a user is a part of multiple groups.