-
-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Hello
I am setting up a new FreeBSD host with the following packages:
root@domain:~ # pkg info | grep php
mod_php56-5.6.19 PHP Scripting Language
php56-5.6.19 PHP Scripting Language
php56-gettext-5.6.19 The gettext shared extension for php
php56-hash-5.6.19 The hash shared extension for php
php56-iconv-5.6.19 The iconv shared extension for php
php56-ldap-5.6.19 The ldap shared extension for php
php56-openssl-5.6.19 The openssl shared extension for php
php56-session-5.6.19 The session shared extension for php
php56-xml-5.6.19 The xml shared extension for php
phpldapadmin-1.2.3_7,1 PHP application to administer LDAP over the web
LDAP migration went fine with slapcat / slapadd. However, what I see is that in the phpLDAPadmin tree and in the title accentuated letters are not shown correctly. In other places they look fine. For example:
Not OK:
displayName=a��b u��v
OK:
Server: My LDAP Server Distinguished Name: displayName=aäb uüv,dc=example,dc=com
Template: Default
If I export the LDAP entry it looks perfect so I would suspect it is something with the phpLDAPadmin presentation:
aäb aäb uüv inetOrgPerson top uüvOr, as LDIF:
LDIF Export for displayName=aäb uüv,dc=example,dc=com
Server: My LDAP Server (ldaps://domain.tld:636)
Search Scope: base
Search Filter: (objectClass=*)
Total Entries: 1
Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on March 23, 2016 3:47 pm
Version: 1.2.3
version: 1
Entry 1: displayName=aäb uüv,dc=example,dc=com
dn:: ZGlzcGxheU5hbWU9YcOkYiB1w7x2LGRjPWV4YW1wbGUsZGM9Y29t
cn:: YcOkYg==
displayname:: YcOkYiB1w7x2
objectclass: inetOrgPerson
objectclass: top
sn:: dcO8dg==
Any idea what goes wrong?
Thanks!