Rfc2253
Accepts and parses strings in the format of an RFC 2253 Distinguished Name, and optionally normalizes them for direct comparison of equivalency. This project is a .NET Standard 1.3 solution to parse LDAP (or X.509) Distinguished Names and optionally normalize them so that two (or more) Distinguished Names can be compared to one another for equivalency. Closely follows [RFC 2253](https://www.ietf.org/rfc/rfc2253.txt) for parsing. Parses both LDAPv2 and LDAPv3, but normalizes output for LDAPv3. Instructions for Use 1. Supply a Distinguished Name to be parsed to the `DistinguishedName.Create(string distinguishedName)` method 2. Call the `Normalized()` method on the returned object to normalize the internal structures to be strictly compliant to RFC 2253 3. Do the same two calls for another Distinguished Name 4. To compare the two Distinguished Names for equivalency, compare the `DistinguishedName` objects' `ToString()` results to one another
Activity
- Latest release
- 5y ago
- Total releases
- 4
- Cadence
- ~8 days
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Jun 06, 2018
| Version | Released | |
|---|---|---|
1.1.2
patch
|
1.1.2
patch
Dependencies (1)
|
|
1.1.1
patch
|
1.1.1
patch
Dependencies (1)
|
|
1.1.0
minor
|
1.1.0
minor
Dependencies (1)
|
|
1.0.0
initial
|
1.0.0
initial
|