Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 753 Bytes

Archived project

If you want to resume work, please contact us at https://lists.opensuse.org/archives/list/[email protected]/ 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