gitlab-ldap-group-sync
gitlab-ldap-group-sync copied to clipboard
Manage your gitlab groups with ldap / active directory
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