Problems adding entries

Maira Tres Medina (maira@inf.puc-rio.br)
Fri, 5 Jul 96 18:38:57 EST

I have been adding entries to my slapd database one at one time using my own
applications which called "ldap_add_s()" and "struct berval".

Each entry had several attributes, the largest one having 486 bytes. So far I
didn't have any problems. But when I added one more 486 byte-long attribute
I got this error message "Operations error: Operations error".

I would like to know if there is any maximum limit on the size of the set of
attributes in each entry.

I would also like to know if I can add entries with "CertificateRevocationList" ?

Tanks in advance.