-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
remove unneeded empty LDAP search attribute values #12107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unneeded empty LDAP search attribute values #12107
Conversation
Signed-off-by: Arthur Schiwon <[email protected]>
|
Works for me! Thanks. (Only one file DL and tested as have have no user_ldap/tests catalog in my install) |
rullzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense.
|
|
Yes - we already added the |
|
backport PRs are opened |
|
Is |
If I understand it correctly, an attribute's name at least is one UTF-8 character, so "0" seems possible. However, it is beyond practice to use numbers as attribute names, especially 0 → it is not relevant. |
|
Works for me too! Thanks a lot!! |
fixes #12086
@jlehtoranta @MrManor @PaulLebmann this should fix the issue as you described it. Would be great if you can test and confirm it is working again.