Skip to content

gitlab-tools/gitlab-ldap-group-sync

Repository files navigation

gitlab-ldap-group-sync

It provides a way to sync ldap group members with gitlab groups

Prerequisites

Node JS

Installation

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

Configuration

See: config.sample.json

Usage

Just start the node application.

npm start