phpLDAPadmin
phpLDAPadmin copied to clipboard
Unable to see certificate binary data
Once I upload the certifiucate bytes it is showing the below errro: phpLDAPadmin doesnt support RFC3866.
Please help.
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.
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?
Hi,
As someone found a way to resolve this issue ?