UPDATE
This method of editing users did not work. The list would fail when importing about
[Expert@hcmmgt01:0]# fwm dbimport -f ./migratedusers.txt
error in line 1: Invalid attribute name "foreground"
Could not read attribute files
Database import failed, reverting to old database
Used the dbedit method which worked great.
What's the best way to backup the database for this purpose? Snapshot, Backup from Gaia webpage, export or Database Revision Tool from SmartDashboard?
I was also thinking of the following but I still need to know the best database backup first.
Do an export with fwm dbexport
Then make a list of users to migrate to SecureID
Small script to run through the list and do the following.
Grep the users out of the exported file into a temp file.
Then change the users in the temp file to be SecureID with
sed -i -e 's/HMA_Entrust_GridCard_Radius/SecurID/g'
Once done fwm dbimport the user list with the changed users only.
Still need the best method to backup user database though.