gitlab-ldap-group-sync
gitlab-ldap-group-sync copied to clipboard
Administrator group?
Is there (or will there) be an option to specify a DN or name for a group that contains administrator users?
(Gitlab-EE lets you specify this with option admin_group, which is just a name rather than a DN.)
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 name gitlab-test
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.