gitlab-ldap-group-sync icon indicating copy to clipboard operation
gitlab-ldap-group-sync copied to clipboard

Administrator group?

Open Adambean opened this issue 7 years ago • 2 comments
trafficstars

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.)

Adambean avatar Jul 14 '18 12:07 Adambean

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

stefanjauker avatar Jul 17 '18 15:07 stefanjauker

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.

Adambean avatar Jul 17 '18 16:07 Adambean