Seite 1 von 1

opsi-client-agent\service_setup.cmd username + password

Verfasst: 16 Jun 2015, 10:58
von mirkt
Hello,

Is it possible to disable asking for username/password during manual opsi-client-agent\service_setup.cmd installation?

Thanks in advance

Re: opsi-client-agent\service_setup.cmd username + password

Verfasst: 17 Jun 2015, 09:44
von wolfbardo
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

Code: Alles auswählen

/var/lib/opsi/depot/opsi-client-agent/files/opsi/cfg/config.ini 
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

Re: opsi-client-agent\service_setup.cmd username + password

Verfasst: 17 Jun 2015, 12:24
von mirkt
Thank you very much!