Open vherrlein opened 11 months ago
@BeryJu do you have an idea on how to implement that behavior ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The issue is still there …
I has a same problem but still not fixed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue still there
Describe the bug When an LDAP search query is sent with multiple OR including objectClasses, the outpost LDAP filters on the latest objectClass attribute found within the query.
To Reproduce Use a query such as the following
(| (&(objectclass=user)(uid=adm*)) (&(objectclass=group)(cn=adm*)) (&(objectclass=user)(mail=adm*)) (&(objectclass=group)(uid=adm*)) (&(objectclass=user)(sn=adm*)) )
Expected behavior It must return all users or groups which matches one of the following predicates:
uid
starts with the valueadm
mail
starts with the valueadm
sn
starts with the valueadm
cn
starts with the valueadm
uid
starts with the valueadm
Screenshots If applicable, add screenshots to help explain your problem.
Logs N/A
Version and Deployment (please complete the following information):