项目作者: gitlab-tools

项目描述 :
Manage your gitlab groups with ldap / active directory
高级语言: JavaScript
项目地址: git://github.com/gitlab-tools/gitlab-ldap-group-sync.git
创建时间: 2017-04-02T18:42:32Z
项目社区:https://github.com/gitlab-tools/gitlab-ldap-group-sync

开源协议:Apache License 2.0

下载


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.

  1. git clone https://github.com/gitlab-tools/gitlab-ldap-group-sync.git
  2. cd gitlab-ldap-group-sync
  3. cp config.sample.json config.json
  4. npm install

Configuration

See: config.sample.json

Usage

Just start the node application.

  1. npm start