You should never, ever…
… decide that deleting the “Groups” subtree from your LDAP server and reloading it from a new import is a good thing after you’ve moved it into production.
After burning myself very badly by thinking that such an operation would be okay, the new philosophy is that any change that needs to be made which affects more than one object in the directory shall be made programmatically, so that it can be checked thoroughly for errors before being let loose.
Sadly, some things can only be learned through pain.

Leave a Reply
You must be logged in to post a comment.