mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:47:34 +00:00

# Which Problems Are Solved LDAP userfilters are joined, but as it not handled as a list of filters but as a string they are not or-joined. # How the Problems Are Solved Separate userfilters as list of filters and join them correctly with "or" condition. # Additional Changes None # Additional Context Closes #7003 --------- Co-authored-by: Marco A. <kwbmm1990@gmail.com>