vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Prefer byte array over ByteBuffer for properties. #257

Closed dfish3r closed 6 months ago

dfish3r commented 6 months ago

Add AttributeValue to reduce complexity of LdapAttribute. Copy input and output byte arrays to guard against modification. Don't allow setting of null attribute type or value. Improve LdapAttribute test coverage.