Hi,
Can someone tell me how to decrease timeout (default : 30 sec) when popup appears before CTRL+ALT+SUPPR and client computers can't reach OPSI server ?
Thanks in advance.
Decrease popup timeout
Re: Decrease popup timeout
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
[SOLVED] Decrease popup timeout
So this is what i've done and is working :
Like this, OPSI wait 10 sec max and user can click Cancel after 5 sec.
Thanks
Code: Alles auswählen
opsi-admin -d method config_create opsiclientd.config_service.connection_timeout "global connection_timeout" 10
opsi-admin -d method config_create opsiclientd.config_service.user_cancelable_after "global user_cancelable_after" 5
Thanks