derivedDataType LdapDistinguishedName

Represents the international standard for the representation of Distinguished Names to be used with the LDAP protocol (RFC 4514).
The string representation of the Distinguished Name structure is as follows:

distinguishedName = [ relativeDistinguishedName ( COMMA relativeDistinguishedName ) ]
relativeDistinguishedName = attributeTypeAndValue ( PLUS attributeTypeAndValue )
attributeTypeAndValue = attributeType EQUALS attributeValue
attributeType = descr/numericoid
attributeValue = string/hexstring


References from:
EricssonFilter; Ldap;
stringLdapDistinguishedName [ 3..65535 ]

Valid values: ^([^[:cntrl:]=, ]+=(\\,|[^[:cntrl:],])+,)*([^[:cntrl:]=, ]+=(\\,|[^[:cntrl:],])+)$
  derivedDataType LdapDistinguishedName