d639e93 winsync-migrate: Properly handle collisions in the names of external groups

1 file Authored by tbabej 8 years ago, Committed by jcholast 8 years ago,
    winsync-migrate: Properly handle collisions in the names of external groups
    
    Since the names of the external groups containing the migrated users
    must be stripped of characters which are not valid for use in group names,
    two different groups might be mapped to one during this process.
    
    Properly handle collisions in the names by adding an incremental
    numeric suffix.
    
    https://fedorahosted.org/freeipa/ticket/5319
    
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>