Posted: Sat Oct 30, 2010 5:06 pm Post subject: axis207MW:change root password at first boot - curl request
Hi
I'm looking how to shell script for changing the root password at boot, but no success till now.
I can manage to change it once the first password has been set up but not at the first boot time. (both ways are working: using cgi vapix in a curl request or directly through curl in the shell)
Could anybody give a hint about the right curl request for this please ?
Thx in advance
----------------------------------
Here is what I tried w/o success :
This way showed at the mean time that there is a small bug in the axis cgi script as I could connect to the axis live view despite the root password has not been reset, but this is another story.
I digged a bit more into the cgi scripts code and it looks like that the pwdroot.cgi script is awaiting a GET request when I was trying to send it with the POST (curl --data ..)