hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/clients/tools
Modified Files: ldapmodify.c 1.190 -> 1.191
Log Message: Reject malformed LDIF - missing modops, or mismatched attributes
With this patch test021 fails while adding certificates to the directory, because the provided LDIF uses e.g.:
add: usercertificate usercertificate;binary:: xxxxxx
Should this really be allowed? There are other ops in the LDIF that actually provide the ";binary" tag in both places so it seems that's the expected behavior.