Add LdapAuthenticator class for logging in users via LDAP
authorBen Rosser <rosser.bjr@gmail.com>
Wed, 23 Dec 2015 04:31:43 +0000 (23:31 -0500)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 17:56:37 +0000 (13:56 -0400)
commit931e5280abc6738f94ac052af2a7e31e82487cf1
treed79fa239801f424f30d721deeb1437c316ce0d3b
parent61aac1868f15babb7086d8bc6bbcff530346f438
Add LdapAuthenticator class for logging in users via LDAP

This is based on abustany's pull request #4, refactored into an
authenticator.

LDAP bindings now only get built if WITH_LDAP is set.

Added filters, also added -DHAVE_LDAP flag to compilation from cmake.
CMakeLists.txt
src/core/CMakeLists.txt
src/core/core.cpp
src/core/core.h
src/core/ldapauthenticator.cpp
src/core/ldapauthenticator.h