Richard Krikler

Results 2 issues of Richard Krikler

getEntries() contains dispatch of AttributesProcessingEvent, not present in getFirstEntry(). Resolves #252

While trying out the Ldap Search & Import functionality in the backend module, the AttributesProcessingEvent was dispatched. The problem was, that calling `setAttributes()` did nothing for me. After investigation, I...