Something went wrong while setting issue due date.
Migrate users function doesn't work when it try to convert person objectclass to inetorgperson
Open
Migrate users function doesn't work when it try to convert person objectclass to inetorgperson
I have an ldif like this one
root@c79e4a2e781a:/# ldapsearch -xLLL -H ldap://localhost -b dc=nodomain uid=tata1
dn: uid=tata1,dc=nodomain
cn: tata
sn: toto
uid: tata1
objectClass: person
objectClass: posixAccount
uidNumber: 1001
gidNumber: 1001
homeDirectory: /
When I use the command to migrate the users it fails
root@c79e4a2e781a:/# fusiondirectory-migration-manager --migrate-users
The following users are missing objectClasses:
uid=tata1,dc=nodomain
Add the inetOrgPerson objectClass to all these entries? [Yes/No]?
yes
Failed to modify entry "uid=tata1,dc=nodomain": structural object class modification from 'person' to 'inetOrgPerson' not allowed (69)