While interacting with LDAP many scenarios require an parsed DN to be reconstructed in a string form after manipulation. E.g. DN structure could be modified to add child node. We need String method to provide the conversion from DN structure to string form.
File affected: dn.go, dn_test.go
Assumptions: Parsing and DN structure population is escape aware
Specs: Follow the DN syntax, avoid unnecessary spaces (e.g. before/after = or + or ,)