It provides a way to sync ldap group members with gitlab groups
Node JS
Clone the repository and create a config.json
file.
git clone https://github.com/gitlab-tools/gitlab-ldap-group-sync.git
cd gitlab-ldap-group-sync
cp config.sample.json config.json
npm install
See: config.sample.json
Just start the node application.
npm start