Quick registration deploy image error
-
Hi all,
I use FOG 1.6.0-beta.2163 on Ubuntu server 24.02.The server is installed and functional. By default, I add stations via Quick registration. When registering, I also want to deploy the Win11 image. During registration, I noticed a message that the deployment will not be performed because the name or password is wrong, and of course the deployment will not take place. However, if I request deploy manually from the web interface, then after restarting the Host, everything goes fine.
Another thing, is it possible to enable Force Reboot and Add to Domain by default for newly registered Hosts? These fields are always unchecked and I have to turn them on manually.
-
I tried the same procedure on version 1.5.10 and everything works fine there. After registering on the server, the image will be downloaded automatically. On version 1.6 this ends with a wrong username or password error…
-
I found a partial solution. If in the file /var/www/fog/lib/reg-task/registration-class.php on the line where $userTest is, I change the values of $username and $password to the real values through which I log in to the FOG server, I get quickreg including deploy image… This is not a system solution and should be fixed by the developer. (Again, this is for version 1.6, on 1.5.10 this works correctly).