lib389

Created 7 years ago
Maintained by mreynolds
Python library for interacting with the 389 Directory Server  |  http://www.port389.org
Members 4
Matúš Honěk committed 5 years ago

Attention: Repository in read-only mode

lib389 has been merged into 389-ds-base project. If you encounter issues or want to contribute in general, please, file a new issue with 389-ds-base issue tracker.




Lib389

This repository contains tools and libraries for testing 389 Directory Server.

It can be used in place, or it can be built and installed with the provided Makefile.

To compile the python code:

make build

To install the python code:

sudo make install

To build an rpm or srpm

make [s]rpm

To test the lib389 system (Requires an installation of 389-ds-base)

sudo make test