Fixed creating and deleting groups in ad_mu
Created by: balcirakpeter
- ad_mu could not create/remove groups when the group contained more than 5000 members.
- It was changed so it first adds group with basic attributes, then it updates other attributes and then are added members in chunks.
- When removing group, members are removed in chunks.
- fixed logging. Logs were extended (more details) and there was fixed wrong counter for removing groups.
- Similar thing was made in ad_group_mu_ucn. First it will create group without members. Members are added during update process. In removal process, all members are cleared in chunks first and the group is removed after that.