Add very simple LDAP authentication plugin
authorSimo Sorce <simo@redhat.com>
Thu, 28 Aug 2014 18:59:13 +0000 (14:59 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 24 Sep 2014 18:51:53 +0000 (20:51 +0200)
commitf8699581dbcf5ba39a93b6202e577260c498b102
tree8acbbb7165a2e35c790ae3cde196fd9fd4906352
parent39375ee6ce6b65737670f5a7f850d6f75d328d21
Add very simple LDAP authentication plugin

Uses python-ldap to perform a simple bind after connecting to
the LDAP server using (by default) a TLS encrypted connection.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/info/infoldap.py [new file with mode: 0755]
ipsilon/login/authldap.py [new file with mode: 0755]