-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
I would like to add this feature, that is currently missing. Only printable and utf8 strings are supported in RDNs.
RDN value can have ASN1IA5String based on the RFCs below:
RFC 2247 - Using Domains in LDAP/X.500 Distinguished Names:
- Introduced domainComponent (dc) for representing parts of DNS names in DNs.
- Explicitly states that the syntax for dc is IA5String.
RFC 4519 – Lightweight Directory Access Protocol (LDAP): Schema for User Applications :
- Provides the “standard” LDAP schema definitions, including dc, again with IA5String syntax. 2.4.
Here is PR with implementation: #236
Metadata
Metadata
Assignees
Labels
No labels