uyuni-project / poc-uyuni-ldap-sync

[Proof-of-Concept] LDAP sync tool for Uyuni Server and/or SUSE Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived project

If you want to resume work, please contact us at https://lists.opensuse.org/archives/list/devel@lists.uyuni-project.org/ or https://gitter.im/uyuni-project/devel

LDAP sync for Uyuni

LDAP sync tool is a reimplementation of sw-ldap-user-sync script.

Motivation

Single Uyuni server has very little of LDAP synchronisation ideas. This tool is covering most of the use cases of typical LDAP setup.

Build

Typical build procedure:

git clone https://github.com/isbm/uyuni-ldap-sync.git
cd uyuni-ldap-sync/cmd
make deps
make

ToDO

  • Add automatic PAM setup
  • Unit tests

About

[Proof-of-Concept] LDAP sync tool for Uyuni Server and/or SUSE Manager

License:MIT License


Languages

Language:Go 97.7%Language:Makefile 2.3%