[10.0] [FIX] users_ldap_populate special characters - #1564
Conversation
Support for special characters.
|
Please fix this error in travis (not caused by your PR, but apparently existing issue): |
NL66278
left a comment
There was a problem hiding this comment.
👍 LGTM, but needs one extra change to satisfy travis.
|
Is there any other steps I've to take to get this pull request reviewed and merged? |
|
I will ping some people I know. I do not have any special authority in this repository. |
|
This PR has the |
|
Couple of questions: Why are there changes in all these translation files? Don't we leave those to the automatic Weblate integration? And, why are there arbitrary whitespace changes? Between those two, I'm having trouble to spot the actual fix. So if you could give me a pointer to that, that would be great. |
|
OK, found the actual fix (after reading this PR's description, thanks!) and they warrant the whitespace changes. That leaves the question about the translation files. |
pedrobaeza
left a comment
There was a problem hiding this comment.
Here there's a remaining question, so I mark for waiting this way
|
@StefanRijnhart I looked into the translation files and they contained some wierdness before the changes, mainly having first an empty msgid |
|
@pedrobaeza Can you confirm that translation files should be left to the weblate integration? |
|
Indeed, @NL66278 is right. I deleted the empty spaces at the beginning of many translations which seemed to me useless. |
|
That's automatically done by OCA Git Bot when merging the PR, but it's not a critical problem to have it here. In the worst case, we'll have an extra commit undoing what is done here. |
|
OK, then it's allright! |
* [10.0] users_ldap_populate special characters
* [10.0] users_ldap_populate special characters
* [10.0] users_ldap_populate special characters
Syncing from upstream OCA/server-tools (14.0)
Hi,
Currently, you can not use special characters in the username, password, or LDAP base.
To fix that, you just have to modify the lines 126 to 130 of the file users_ldap.py like this:
Best regards,
Robin Hède.