7f4270e AD GPO: Fix incorrect return of EACCES

1 file Authored by sgallagh 9 years ago, Committed by jhrozek 9 years ago,
    AD GPO: Fix incorrect return of EACCES
    
    In the access providers, we expect to receive ERR_ACCESS_DENIED when
    access is denied, but we were returning EACCES here. The effect was the
    same, except that it presented ultimately as a system error instead of
    a proper denial.
    
    Related:
    https://fedorahosted.org/sssd/ticket/2437
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+2 -2