ldap_modify_ext_s fails with error 11 while writing data to active directory

35 Views Asked by At

I am using the Winldap API ldap_modify_ext_s to write data to the Active Directory. It writes successfully when the data is not too large. But when the data is really huge it fails with error 11. Error 11 maps to LDAP_ADMIN_LIMIT_EXCEEDED. What can be done to be able to successfully write data to the directory? Can some configuration be changed on the Active Directory? Like increase the maximum data limit for the attribute? Or Can some alternate API be used?

Thanks in advance.

1

There are 1 best solutions below

1
MuruganP On BEST ANSWER