Adambean / gitlab-ce-ldap-sync

Synchronise users and groups (including group members) from an LDAP instance with Gitlab CE (and EE in free tier) self-hosted instance(s).
Apache License 2.0
59 stars 23 forks source link

Add config option specify Gitlab groupname sanitizer separator #45

Closed TafkaMax closed 6 months ago

TafkaMax commented 6 months ago

Add option to specify Gitlab groupname sanitizer separator.

The default option would remain the same as it currently is - to use a space.

In my use case I use "rough" groupnames as they come from my LDAP. E.g. I have example-group and that would remain to be example-group. Before this PR, it used to remove the dash.

TafkaMax commented 6 months ago

This is not relevant anymore - https://github.com/Adambean/gitlab-ce-ldap-sync/tree/issue/43-dashes-removed-from-group-names - solves this problem for me.