I am trying to copy some users from 1 management station to another using fwm dbexport and dbimport
to export user 'stu' I do
fwm dbexport -f newuser.def -u stu
Then to import it I am using
fwm dbimport -v -f newuser.def
Everything appears to work, but I am unable to log in with this user
Using dbedit I can see the isakmp.shared.secret field is not being imported (it appears in the newuser.def file)
I have a load of users to migrate, and I don't want to have to reset all their passwords
Am I doing something wrong?
Thanks for any help
to export user 'stu' I do
fwm dbexport -f newuser.def -u stu
Then to import it I am using
fwm dbimport -v -f newuser.def
Everything appears to work, but I am unable to log in with this user
Using dbedit I can see the isakmp.shared.secret field is not being imported (it appears in the newuser.def file)
I have a load of users to migrate, and I don't want to have to reset all their passwords
Am I doing something wrong?
Thanks for any help