36eb254 don't append basedn to container if it is included

1 file Authored by jdennis 12 years ago, Committed by rcritten 12 years ago,
    don't append basedn to container if it is included
    
    ticket #2566
    
    When specifying a container to ds-migrate we should not automatically
    append the basedn if it is provided by the end-user.
    
    This is easy to detect using DN objects because DN objects have a
    endswith() method which can easily and correctly ascertain if a base
    already exists.
    
        
file modified
+8 -2