4619742 sdap: properly handle binary objectGuid attribute

13 files Authored by sbose 9 years ago, Committed by jhrozek 9 years ago,
    sdap: properly handle binary objectGuid attribute
    
    Although in the initial processing SSSD treats the binary value right at
    some point it mainly assumes that it is a string. Depending on the value
    this might end up with the correct binary value stored in the cache but
    in most cases there will be only a broken entry in the cache.
    
    This patch converts the binary value into a string representation which
    is described in [MS-DTYP] and stores the result in the cache.
    
    Resolves https://fedorahosted.org/sssd/ticket/2588
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+16 -0
file modified
+6 -0
file modified
+52 -0
file modified
+2 -0
file modified
+25 -0
file modified
+7 -0