Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 477 Bytes

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