-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/ldapkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/22.0.12release/24.0.6release/25.0.2release/26.0.0team/core-iam
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
ldap
Describe the bug
Test ldap fails if the user dn is specified in email format and not in DN format. It's a regression of #30434.
Version
25.0.1
Regression
- The issue is a regression
Expected behavior
The test ldap should ok.
Actual behavior
It fails because the admin dn is not in DN format.
How to Reproduce?
Configure a ldap using AD but in the bind dn set the email of the user. For example use [email protected] instead of the DN cn=admin,cn=users,dc=sample.dc=com. Save and test. The second test does not work because it's checking if the user dn is the same than the configured one as a DN (and it's not a DN).
Anything else?
No response
PiRomant
Metadata
Metadata
Assignees
Labels
area/ldapkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/22.0.12release/24.0.6release/25.0.2release/26.0.0team/core-iam