Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

hashbang/provisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provisor

Python library for provisioning and managing Linux users and SSH Public Keys across one or more servers via a central LDAP database.

Dependencies

  • Python 2.7+
  • Running OpenLDAP server

Setup

  1. Setup LDAP schema

    ldapmodify \
      -h ldap.example.com \
      -D "cn=admin,cn=config" \
      -w ROOT_PASS \
      -a ldif/schema.ldif
  2. Setup LDAP Units

    ldapmodify \
      -h ldap.example.com \
      -D "cn=admin,dc=example,dc=com" \
      -w ADMIN_PASS \
      -a ldif/base.ldif
  3. Install library

    pip install provisor

Usage

TODO

About

A unix shell creation API in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12