You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I might be reading documentation wrong.
In sesman.ini - If MaxLoginRetry is set to 1 - then another login attempt should not be allowed.
So I only want one login attempt, and then session should disconnect.
Do not want users to be able to have multiple Login attempt.
Is this the correct config?
Currently it shows Login screen - if you enter incorrect details then is shows the "... login failed for display 0", and if you click on "OK" button it goes back to Login screen and prompt.
Should it not disconnect if MaxLoginRetry is set?
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
And this is the documented behaviour. Login attempts more than MaxLoginRetry is not allowed.
MaxLoginRetry=number
The number of login attempts that are allowed on terminal
server. If set to 0, unlimited attempts are allowed. If not
specified, defaults to 3.
BTW, we are reworking authentication now. So MaxLoginRetry takes no effect with the current HEAD (will be reintroduced in near future).
I think I might be reading documentation wrong.
In sesman.ini - If MaxLoginRetry is set to 1 - then another login attempt should not be allowed.
So I only want one login attempt, and then session should disconnect.
Do not want users to be able to have multiple Login attempt.
Is this the correct config?
Currently it shows Login screen - if you enter incorrect details then is shows the "... login failed for display 0", and if you click on "OK" button it goes back to Login screen and prompt.
Should it not disconnect if MaxLoginRetry is set?
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: