my question is: is it fine to delete an entry and re-add it?? does this affect the performance of openLDAP?
I consider this to be bad practice:
1. A new entry gets a new entryUUID which definitely leads to a new entry being replicated. Note that some other legacy sync mechanisms might also rely on entryUUID being constant for a given entity represented by the entry.
2. The directory server might do some other things hidden to the application with other operational attributes (e.g. MS AD). This might lead to user accounts being deactivated when being re-added etc.
Ciao, Michael.