rest389

Created 7 years ago
Maintained by mreynolds
RESTful API for 389 Directory Server  |  http://www.port389.org
Members 5
William Brown committed 7 years ago
This repository contains the 389 Drectory Server REST framework and administration tool.

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 rest system (Requires an installation of 389-ds-base)

    make test