You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just create following groups in your ldap server: gitlab-admins (all members will have admin permission for all groups) gitlab-default (all members are developers for all groups)
If you would like to set the members for a gitlab group test you can override the default group by having a ldap group with the name gitlab-test
Activity
stefanjauker commentedon Jul 17, 2018
currently is configured by naming convention.
Just create following groups in your ldap server:
gitlab-admins
(all members will have admin permission for all groups)gitlab-default
(all members are developers for all groups)If you would like to set the members for a gitlab group
test
you can override the default group by having a ldap group with the namegitlab-test
Adambean commentedon Jul 17, 2018
Good to know there are fixed names, thanks. :)
I'd like to keep the group names we have already so I'll likely amend the script for this.