简体   繁体   中英

ldap_modify_ext_s fails with error 11 while writing data to active directory

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM