I reviewed the product documentation and forum, but wasn't able to find any info on OD migration (just installs and upgrades), so here goes...We have a new install of OD 6.1.1 running on Linux and now need to bring over the user roles and deployment authorizations from the old server (OD 6.1.1 on Solaris). Sure we can manually re-add users to the server and reassign access to specific deployments, but geeez it would take forever and a day and be very error prone.Any ideas or suggestions on programmatically migrating user access info from OD server A to B?TIA
If Support doesn't have a utility or a better approach then writing some Perl around iwodauthorize looks like the next best thing.
Unfortunately, as I believe I mentioned, iwodauthorize doesn't provide a way to list all the deployments which have been specifically authorized - neither does it seem to provide a way to list all the users for a specific deployment - but I think you might be able to cycle through all the configuration files and directories and do something like an 'add' for a non-existent user and retrieve the list of users for that deployment - either that or add and remove a real user. Definitely not a good API... you should file a case with Support if you need this.