3163a96 INI: Extend INI_MS_DETECT to be non-exclusive

5 files Authored by cipherboy 6 years ago, Committed by mzidek 6 years ago,
    INI: Extend INI_MS_DETECT to be non-exclusive
    
    This updates the INI_MS_DETECT flag such that it can be
    used in combination with INI_MS_MERGE, INI_MS_OVERWRITE,
    and INI_MS_PRESERVE. With the previous behavior, to detect
    that duplicate sections exist in a config directory, two
    separate calls to ini_augment would need to be made:
    one with a copy baes_obj and INI_MS_DETECT, and one with
    INI_MS_PRESERVE.
    
    Resolves:
    https://pagure.io/SSSD/ding-libs/issue/3167
    
    Signed-off-by: Alexander Scheel <ascheel@redhat.com>
    Reviewed-by: Michal Židek <mzidek@redhat.com>
    
    Merges: https://pagure.io/SSSD/ding-libs/issue/3167
    
        
file modified
+2 -2
file modified
+43 -28
file modified
+2 -1
file modified
+5 -0
file modified
+15 -17