= private = protected
parse_dn()
private method to cleanup dn from using the path component attribute
# File lib/uri/ldap.rb, line 120 def parse_dn @dn = @path[1..-1] end