By: Alejandro Calderon user 04 Feb 2021 at 12:50 a.m. CST

2 Responses
Alejandro Calderon gravatar
I'm trying to import all of the users of an instance into a new one via .ldif file, but when i do it, I get this error: `#!ERROR Entry inum=BE58.F665-23B5,ou=people,o=gluu cannot be added because it includes attribute entryUUID which is defined as NO-USER-MODIFICATION in the server schema` I copied a couple users from that list and pasted them into a new .ldif file, I deleted the **entryUUID** attribute from those users and when I try to import them, I got the same error but with the **modifiersName** and the same for **modifyTimestamp**, after I deleted those attributes from the .ldif file, I could finally import users into a new Gluu server instance. The users exported into the .ldif file, come from a Gluu 3.1.5 instance upgraded to the version 4.1. So the questions are: - How important are those attributes from all of my LDAP entries? - Is there any problem if omit those attributes by deleting them from the .ldif file, before use it to import users into a new Gluu 4.2 instance?

By Mohib Zico staff 04 Feb 2021 at 1:37 a.m. CST

Mohib Zico gravatar
modifiersName, modifyTimestamp are not mandatory to migrate from one server to another. For entryUUID, if you haven't done any customization there.. that means... if this attribute is being created by that OpenDJ automatically then... that's also not mandatory for migration.

By Alejandro Calderon user 04 Feb 2021 at 11:59 a.m. CST

Alejandro Calderon gravatar
Alright, thank you so much, I appreciate it!