Closed GoogleCodeExporter closed 8 years ago
Ideas:
https://www.owasp.org/index.php/Preventing_LDAP_Injection_in_Java
http://docs.oracle.com/javase/7/docs/api/javax/naming/ldap/Rdn.html#escapeValue(
java.lang.Object)
Original comment by tfpo...@ucdavis.edu
on 9 Sep 2013 at 1:39
Original comment by dfis...@gmail.com
on 9 Sep 2013 at 3:22
Add support for escaping attribute values in LdapAttribute based on RFC 4514,
section 2.4
Update FormatDnResolver to escape user input by default.
Fixed in r2807.
Original comment by dfis...@gmail.com
on 9 Sep 2013 at 3:47
Original issue reported on code.google.com by
tfpo...@ucdavis.edu
on 6 Sep 2013 at 10:22