This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Closed
Description
user_utf8_ldap_import_patch.txt
Hello,
my ldap ( openDJ) export users in UTF8,
libertempo fail to import user with non ascii name ,
because the database is ISO-8859-1 .
i have made a path to fix this in admin_ajout-user.php
basicaly convert user givenname,name in ISO before inserting in base.
it work well for me , here is the patch (attached), may be useful :