Hello,
Is it possible to disable asking for username/password during manual opsi-client-agent\service_setup.cmd installation?
Thanks in advance
opsi-client-agent\service_setup.cmd username + password
Re: opsi-client-agent\service_setup.cmd username + password
Hello mirkt,
I recommend using the opsi-deploy-client-agent script.
You can use the opsi-client-agent/silent_setup.cmd script:
Set opsiadmin - user and password or service_hidden_password in the file
in section
[installation]
or better in a custom config.ini (see http://download.uib.de/opsi_stable/doc/ ... lientagent "Protect your CI changes from updates: the custom directory"
service_hidden_password= means a base64 encoded string
regards,
bardo wolf
I recommend using the opsi-deploy-client-agent script.
You can use the opsi-client-agent/silent_setup.cmd script:
Set opsiadmin - user and password or service_hidden_password in the file
Code: Alles auswählen
/var/lib/opsi/depot/opsi-client-agent/files/opsi/cfg/config.ini
[installation]
or better in a custom config.ini (see http://download.uib.de/opsi_stable/doc/ ... lientagent "Protect your CI changes from updates: the custom directory"
service_hidden_password= means a base64 encoded string
regards,
bardo wolf
Basisworkshop Mainz
08. - 12.12. 24
opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.
http://www.uib.de
Re: opsi-client-agent\service_setup.cmd username + password
Thank you very much!