8a8285c SYSDB: Only check non-POSIX groups for GID conflicts

2 files Authored by jhrozek 5 years ago, Committed by fidencio 5 years ago,
    SYSDB: Only check non-POSIX groups for GID conflicts
    
    When checking for a GID conflict, it doesn't make sense to check for one
    when the group being added is a non-POSIX one, because then the GID will
    always be 0.
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+20 -18
file modified
+49 -1