updating schema after installing 1.0.9
I follow the documentation for updating Schema :
http://documentation.fusiondirectory.org/en/documentation/admin_installation_migration_1.0.9
I ran : fusiondirectory-setup --ldif-deprecated an dinsert the output
It didn't work completly because , ldapmodify say : GosaAccount class is Obsolete
I add the following lines to each user entry :
dn : changetype:modify delete: objectClass objectClass: gosaAccount
Maybe error occurs because there was no more attribute depending goasAccount where present in my tree
Its works well after that !
Maybe this steps should be added in documentation or better in script generation !
(from redmine: issue id 4164, created on 2015-09-26, closed on 2015-10-08)
- Relations:
- relates #4190