package
0.5.0
Repository: https://github.com/libregraph/idm.git
Documentation: pkg.go.dev

# Functions

Normalize takes an ldap.DN struct and turns it into a "normalized" DN string by cases folding all RDN (attributetypes and values).
ParseNormalize normalizes the passed LDAP DN string by first parsing it (using ldap.ParseDN) and then casefolding all RDN using ldapdn.Normalize().