The process function of the AttributeAddFromLDAP filter erroneously checks for
the presence of a username attribute in the list of attributes and if missing,
errors.
This attribute may not always be present, for example when it has already been
mapped to something other than 'uid'. The rest of the process function does
nothing with this username information at all, therefore the check is just a
burden and there is no easy way around it.
Attached patch just drops the check.
Original issue reported on code.google.com by thijs@kinkhorst.com on 10 Dec 2013 at 8:59
Original issue reported on code.google.com by
thijs@kinkhorst.com
on 10 Dec 2013 at 8:59Attachments: