Something went wrong while setting issue due date.
[Migration] - Allows to apply the modification from ldif-deprecated command
Open
[Migration] - Allows to apply the modification from ldif-deprecated command
We have to add a new command (options) allowing the application of the produced ldif from ldif-deprecated.
Obsolete tag cannot be removed via ldapvi. Although, using ldapadd makes it ok.
root@debian11:~# fusiondirectory-migration-manager --ldif-deprecated
dn:cn=config,ou=fusiondirectory,dc=base,dc=local
changetype:modify
delete:fdAuditRotationDelay
-
# There are no entries in the LDAP using obsolete classes
root@debian11:~# fusiondirectory-migration-manager --ldif-deprecated > a.ldif
root@debian11:~# ldapadd -f a.ldif ^C
root@debian11:~# ldapadd -f a.ldif -D cn=admin,dc=base,dc=local -w tester
modifying entry "cn=config,ou=fusiondirectory,dc=base,dc=local"
root@debian11:~# cat a.ldif
dn:cn=config,ou=fusiondirectory,dc=base,dc=local
changetype:modify
delete:fdAuditRotationDelay
-
# There are no entries in the LDAP using obsolete classes