Page 1 of 1

[SOLVED] wapt-get.exe login for add_host automatic

Published: May 9, 2018 - 11:10
by hasbeen
Hello,
I just installed WAPT server 1.5.1.23 on Debian Stretch, then selected option 3 in Post-configuration, "strong authentication without Kerberos".

To install the Console on Windows 10, I ran `wapt-get "Please get login for add_host:"` with the username and password provided.

Once the package signing certificate is generated, I checked "Verify the server HTTPS certificate" and then "Sign waptupgrade with SHA256 AND SHA1", and the WAPT Agent was created.

Manual installation of this Agent on Windows 7 works perfectly if the username and password are the same as for the Console installation when `wapt-get "Please get login for add_host:"` is used.

How can I now install this Agent on a machine that receives an automatic response to "Please get login for add_host:"?

I tried unsuccessfully using waptagent.exe /VERYSILENT /PASSWORD=xxxxx or /PASSWORD="xxxxx" or /PASSWORD=""xxxxx"", with xxxxx displayed in plain text.

Thank you in advance for your help.

wapt-get.exe login for add_host automatic

Published: May 17, 2018 - 09:47
by hasbeen
Hello,
25 views so far and no response: is my question inappropriate, has no one else encountered this issue, or is there simply no solution?
Thank you for any clarification.

Re: wapt-get.exe login for add_host automatic

Published: May 18, 2018 - 2:40 PM
by dcardon
hasbeen wrote: May 17, 2018 - 09:47 Hello,
25 views to date and no response: is my question out of place, has no one else encountered this issue, or is there no solution?
Thank you for any clarification.
If the password is written in plain text, there's not much point in enabling login/password saving... I don't know if there's a way to pass these parameters to the installer; I don't think so. In fact, it's a rarely used scenario; either Kerberos is configured, or the save is unauthenticated.

If your problem is to protect access to a WAPT server that is directly on the internet, the best solution is to implement basic authentication on the nginx and put a username/password in the repo_url and server_url.

Sincerely,

Denis

Re: wapt-get.exe login for add_host automatic

Published: May 27, 2018 - 8:10 PM
by hasbeen
Okay. Thank you for your reply.