# 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().