43d0760 NSS: Fix invalidating memory cache for subdomain users

1 file Authored by jhrozek 7 years ago, Committed by lslebodn 7 years ago,
    NSS: Fix invalidating memory cache for subdomain users
    
    get_next_domain() was called without any special flags, meaning it only
    iterates over main domains. We need to instead use the SSS_GND_DESCEND
    flag to make sure sudomains are taken into account, too.
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>