mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
12 lines
370 B
Diff
12 lines
370 B
Diff
--- a/apps/user_ldap/lib/Access.php
|
|
+++ b/apps/user_ldap/lib/Access.php
|
|
@@ -1318,7 +1318,7 @@
|
|
}
|
|
|
|
// Transliteration to ASCII
|
|
- $transliterated = @iconv('UTF-8', 'ASCII//TRANSLIT', $name);
|
|
+ $transliterated = @iconv('UTF-8', 'ASCII', $name);
|
|
if($transliterated !== false) {
|
|
// depending on system config iconv can work or not
|
|
$name = $transliterated;
|