LimeSurvey: master aa765b25

Author Committer Branch Timestamp Parent
ecraven c_schmitz master 2017-01-13 15:47 master 162d824f
Changeset

New feature: Make AuthLDAP support multiple Base DNs for "Search and Bind"

Dev: split $usersearchbase on semicolon (;)
Dev: loop over the values as DN when trying to authenticate via LDAP

With this patch, you can specify multiple Base DNs to authenticate
against in "Search and Bind" mode. LS will try to find the login in any
one of these DNs. They are tried in order.

mod - application/core/plugins/AuthLDAP/AuthLDAP.php Diff File