Hello, I wrote a script for updating the LDAP content. I want to modify the members that belong to a group. Therefore I used the modify function with the replace option. In this latter I used as parameter the new member list. When the group members number is lower than 300 the update works fine. Whereas, if that number is greater than 300 the update does not work. In this case, the server does not update anything and it replies with the following message: LDAP_OPERATIONS_ERROR - Server encountered an internal error I tried the same operation by command line, using the ldapmodify command and the same group member list. This latter works fine without any error message.
Do you have any suggestion? Thanks Francesco