-
Notifications
You must be signed in to change notification settings - Fork 8
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
Umlaut #4
Comments
@milux Maybe you could add sth like this: |
Hey Ulrich, |
I think that the problem that @corbinucode mentioned, was that one of the services we used via the ctldap didn't play well with Umlauts. When we fixed the sourcecode to transform those Umlauts it worked just fine. That's why we thought it would make sense to have this as an option in the ctldap config. The same way you can set as an option to lowercase the result there could also be a configuration to transliterate a certain set of characters, like all nonascii characters for example... |
Yeah, I'm aware of that. However, I have tons of important/useful things to do at the moment. |
Apart from that, you can use GitHub's PR function to suggest your "patch" for inclusion. If I find that it is sound and complete, I will include it. |
Hi,
Within our installation of ChurchTools, group titles can contain umlauts.
They can cause problems when connecting Apps like NextCloud to ctldap.
I've extended ctldap.sh by a function that converts umlauts to their replacements (e.g. "Ü" to "Ue").
Could that be useful for more users (maybe selectable with a config-toggle)?
If so, how would be the best way to contribute it? Using a pull request or just pasting the changes here?
Cheers
Ulrich
The text was updated successfully, but these errors were encountered: