/ding-libs

"DING is not GNU" helper libraries for SSSD and FreeIPA

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

To build the ding-libs from the tarball:
    ./configure
    make
    make docs (optional)
    make check (optional)
    make install

To build the ding-libs from a source checkout:
    autoreconf -if
then follow the tarball instructions above.