01ddc9c Bug 599732 - Root node in directory browser shows DN syntax error

Authored and Committed by nkinder 13 years ago
    Bug 599732 - Root node in directory browser shows DN syntax error
    
    Clicking on the root node in the directory browser in DS console
    shows a DN syntax error.  The root node is created with a bogus
    DN of "no LDAP connection".  This was being used as a search base
    in an attempt to find child entries to display in the right hand
    panel of the directory browser.
    
    The fix is to avoid searching for child entries of the root node
    since the root node itself doesn't actually represent an LDAP
    entry.