leenooks / phpLDAPadmin

phpLDAPadmin - Web based LDAP administration tool
www.phpldapadmin.org
GNU General Public License v2.0
517 stars 166 forks source link

Unable to see certificate binary data #75

Open Shriyanshmit opened 5 years ago

Shriyanshmit commented 5 years ago

Once I upload the certifiucate bytes it is showing the below errro: phpLDAPadmin doesnt support RFC3866.

image

Please help.

FST777 commented 5 years ago

As far as I can work out, this happens because there's a ; in the attribute name. As per RFC 3866, this would mean that binary is interpreted as a language tag. phpLDAPadmin does not support this, and I know of no patch that implements this.

If anyone knows of an implementation or has a patch that supports RFC 3688, I would welcome a PR.

pmorch commented 4 years ago

Does this have security implications too? Would I be able to use this to create an XSS attack if I can put malicious content in the LDAP server?

pierretabary commented 3 years ago

Hi,

As someone found a way to resolve this issue ?