5eef3da LDAP: read the correct data type from ldap_child's input buffer

Authored and Committed by jhrozek 9 years ago
    LDAP: read the correct data type from ldap_child's input buffer
    
    The back end wrote uint32_t, the ldap_child process would read int32_t.
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>