Hi there, I've got a problem with my ApacheDS AM25 server.
I have a groupOfNames entry with 127K members. When I try to do an LDIF import using `ldapmodify` command it takes about 4 seconds to insert a single member. When I try to insert a member into 3 separate groupOfNames (with over 120K members each) one after another, it takes longer and longer each time. I do it using PHP's `ldap_mod_add()` function in a loop. My case is that after a user registers on my website, I need to add him to multiple groups. Each of those groups has already over 120K members and when I loop over group names and add the user to each of the groups, it takes forever to load. I hope it makes sense and it's clear for you. Best regards, Sebastian Kaczmarek
