🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

synchronize-users

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchronize-users

0.0.4
Rubygems
Version published
Maintainers
1
Created
Source

synchronize-users

Create users in gitlab and add them to a group.

Install

gem install synchronize-users

Usage

Usage: bin/synchronize-users [options]
    -f, --logfile FILE               Logfile
    -v, --verbose                    Verbose
    -c, --config FILE                Config file

Configuration

SynchronizeUsers.configure do |config|
  config.ldap = {
    host: 'ldaphost',
    port: 389,
    bind_dn: 'DC=domain,DC=com',
    bind_password: '123',
    treebase: 'DC=domain,DC=com'
  }

  config.gitlab = {
    endpoint: 'http://gitlab',
    private_token: 'xxxxx'
  }

  config.from = { dn: 'CN=Users,DC=domain,DC=com' }
  config.to = "employees"
  config.role = DEVELOPER
end

FAQs

Package last updated on 13 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

OSZAR »