We're setting up a new repository for a customer. No documents in it yet but we have loaded all the users via LDAP. Unfortunately the LDAP query was wrong and I've got 65,000 users loaded. I need to get rid of about 11,000 who shouldn't be there.
The problem is because all users went into one group "all users" it takes about 7 minutes per user to delete them (it's the update to users_names attribute on the folder that's killing it).
Any ideas for a more efficent method?