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
* The tool will no longer download all LDAP groups, instead it only downlodas the LDAP groups corresponding to projects within the system
* The "groupPrefix" key has been moved to the top-level of the configuration, but is now implemented. The default "gitlab-" means that a gitlab group called "test" will have users from the LDAP group 'gitlab-test'
* The new configuration key "owners" indicates the group name which containers users who will be given "owner" permissions. Note that the "groupPrefix" is applied to this name. Note that all users in this group are granted owner permissions on any gitlab group which they are assigned to (but only those groups). The default (admins) follows the previous behaviour
* The old behaviour of gitlab-default (or ${groupPrefix}default) is used where the group does not exist (or has no entries)
* The definition of Owner and the default access level can be defined. These default to "50" for owner and "30" for other users (which follows the previous behaviour).
* The gitlab hook function for user addition has been modified so that it returns 200 if invoked with what appears to be a valid request, but only triggers reprocessing if the request is a user add.
0 commit comments