migrating ACLs from 4.1.4 to 4.1.5

Hi all,

in 4.1.5 the URI of user principals changed from
/taminowebdavserver/administration/security/users/userid
to
/taminowebdavserver/administration/security/userdb/users/userid

So after migrating from 4.1.4 to 4.1.5 all users lost their ACLs.
Is there an easy way to migrate the ACLs without re-enter each of them?

Thanks
Guido

Hi Guido,

the support of ldap groups has been added in parallel to the legacy ldap support of the Tamino Webdav server. If you use ldap as before (configured with: inodavconfig install security),

/taminowebdavserver/administration/security/users/userid

is used as userpath. Just if you use the new ldap-group feature (configured with: inodavconfig install security -ldap)

/taminowebdavserver/administration/security/userdb/users/userid

the extended userpath is necessary. Webdav 4.1.5 does not contain a userpath-migration support for the switch from the ldap to the ldap-group and back

regards Eckehard

Thanks Eckehard