f2b1b79 Use LDAPDerefSpec properly

1 file Authored by jhrozek 12 years ago, Committed by sgallagh 12 years ago,
    Use LDAPDerefSpec properly
    
    ldap_create_deref_control_value expects an array of LDAPDerefSpec structures
    with LDAPDerefSpec.derefAttr == NULL as a sentinel. We were passing a
    single instance of a LDAPDerefSpec structure.
    
    https://fedorahosted.org/sssd/ticket/1050