Note, the information below is valid only for the upcoming Flopsar 3.0.
This is a simple implementation of LDAP authentication plugin for use with Flopsar.
First, download the project source code into ldap directory:
$ git clone --recurse-submodules <project_url> ldap
If you want to download a specific version, replace TAG with the version:
$ git clone -b TAG --recurse-submodules <project_url> ldap
Next, rebuild the configuration:
$ cd ldap
$ autoreconf -i
Configure and build:
$ ./configure && make
If the build is successful, the plugin file .libs/flopsar-ldap.so should be created.
$ ./configure --enable-debug
This implementation has a configuration file resources/ldap.conf, which must be installed along with the plugin.
Follow the instructions in the Flopsar documentation to install the plugin.