16f3ead Bug 698428 - Make auto membership use Slapi_DN for DN comparisons

Authored and Committed by nkinder 13 years ago
    Bug 698428 - Make auto membership use Slapi_DN for DN comparisons
    
    The Auto Membership plug-in should use slapi_sdn_compare() for DN
    comparisons instead of strcmp().  This will ensure that normalized
    DNs are used and the comparison results are correct.