475d986 AD GPO: Always look up GPOs from machine domain

1 file Authored by sgallagh 8 years ago, Committed by jhrozek 8 years ago,
    AD GPO: Always look up GPOs from machine domain
    
    When dealing with users from a child domain, SSSD was attempting to use
    the subdomain for lookups. However, all GPOs applicable to this machine
    are stored in the primary domain (the domain the host directly joined).
    
    This patch has the GPO processing use the primary domain instead of the
    user domain.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2606
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+33 -21