Software /
code /
prosody-modules
Log
mod_lib_ldap/ldap.lib.lua @ 3527:0c3043f06ef7
description | author | age |
---|---|---|
mod_lib_ldap: assert() connection for hopefully better error reporting (thanks adac) | Matthew Wild | 2018-07-26 |
Make sure we use the user filter for bind | Rob Hoelz | 2012-12-10 |
Log and return failure if user record not found in bind | Rob Hoelz | 2012-12-10 |
Use singlematch to find user record in ldap.bind | Rob Hoelz | 2012-12-10 |
Return DN in the attributes table with singlematch | Rob Hoelz | 2012-12-10 |
Change singlematch to search subtrees | Rob Hoelz | 2012-12-10 |
We must search for dn before trying to bind | Guilhem LETTRON | 2012-12-10 |
Add LDAP plugin suite | rob | 2012-09-02 |