Edit

IABSD.fr/src/usr.sbin/ldapd

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2021-12-20 13:26:11
    Hash : 5387241f
    Message : When removing the last value from an attribute in ldap_del_values() the actuall attribute needs to removed instead of leaving back an empty attribute. Empty attributes are not valid and fail later on in ldap_modify(). By calling ldap_del_attribute() in this case properly removes the attribute and with that validate_entry() no longer fails later on. OK jmatthew@