Opsi client screen blocking behaviour
Opsi client screen blocking behaviour
[event_gui_startup]
super = default
type = gui startup
name = gui_startup
block_login = true
and
wait_for_gui_timeout = 120
if I change block_login to false and set wait_for_gui_timeout to for example 20, and trying to emulate the situation in which the 'opsiclientd' service is not running, I cannot login to the operating system for about 2 minutes (120 seconds) during of them I can see only empty screen without forms for login\password input. So, my setting for wait_for_gui_timeout is ignoring.
My question is about how I can reduce the time period in which it will be possible to login to the operating system if for example the opsiclientd service is not started successfully - because it is the possible situation and it may annoy users. Thanks.
Re: Opsi client screen blocking behaviour
at first, you should not accept that the opsiclientd does not start and try to fix this instead of working on problems that may follow.
At:
http://download.uib.de/opsi_stable/doc/ ... psiclientd
you see wther to start the loginblocker or not.
The timeout is set by the Installation via the config.ini file and stored at
Code: Alles auswählen
part of the installation code:
openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Provider Filters\{d2028e19-82fe-44c6-ad64-51497c97a02a}]
set ""="OpsiLoginBlocker"
set "LoginBlockerTimeoutConnect"=reg_dword:$OLB_LoginBlockerTimeoutConnect$
set "StartOpsiCredentialProvider"=reg_dword:0x00000000
regards
d.oertel
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
Re: Opsi client screen blocking behaviour
Re: Opsi client screen blocking behaviour
opsiclientd.event_gui_startup.block_login=false. Am I correct?
Re: Opsi client screen blocking behaviour
yes - you are right.
There is a difference that should keep in mind:
The opsi-client-agents product property 'loginblockerstart' controls wether the login-blocker is installed or not (on NT6).
If it is installed it will start and block until some one tells to stop blocking (or timeout).
The Event configuration like 'opsiclientd.event_gui_startup.block_login=false' tells the opsiclientd to tell the running loginblocker to stop blocking.
regards
d.oertel
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