fe13887 Use IPAdmin rather than raw python-ldap in migration.bind

1 file Authored by pviktori 11 years ago, Committed by mkosek 11 years ago,
    Use IPAdmin rather than raw python-ldap in migration.bind
    
    The get_base_dn function still uses python-ldap because
    get_ipa_basedn is shared with client code, which doesn't have
    access to uor LDAP wrappers.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/2660