b2e8292 Bug 586571 - DS Console shows escaped DNs

Authored and Committed by rmeggins 13 years ago
    Bug 586571 - DS Console shows escaped DNs
    
    https://bugzilla.redhat.com/show_bug.cgi?id=586571
    Resolves: bug 586571
    Bug Description: DS Console shows escaped DNs
    Reviewed by: nkinder (Thanks!)
    Branch: HEAD
    Fix Description: Was not working correctly in the property and advanced
    editor for editing some DNs that contained other DNs as RDN values.
    I also moved a lot of the DN handling code into the main console package
    into the LDAPUtil class.  This will allow the main console to handle DN
    escapes as well.  Unfortunately, if managing a new DS on a machine which
    only has the old console framework, these methods will be missing.
    So, use the new methods if available, otherwise, fallback on the DSUtil
    implementation.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no