vt-middleware / ldaptive

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

Add formal package for DN parsing. #206

Closed dfish3r closed 2 years ago

dfish3r commented 2 years ago

Provide interfaces for the concerns related to parsing DNs. Improve on the deprecated DnParser class by supporting multi-value RDNs properly. Position the code to formally support schemas down the road.