Hello,
recently I switched from 2.1.4 to 2.3.19.
Everything works fine as expected, only one application raised a problem:
using the application the following search filter arrived on 2.1.4 in the
log correctly:
"(&(objectClass=XXXPerson)(givenName=*)(sn=Schmi*)(ou=*)(telephoneNumber=
*))"
now on 2.3.19 the following message occurs using the same conditions on
app side:
"(&(objectClass=XXXperson)(?=undefined)(sn=Schmi*)(?=undefined)(?=undefin
ed))"
If one enters substrings in _all_ filter attributes (givenName, sn,
telephoneNumber) everything is ok again.