
ZakiYoussef asked a question.
Hello folks,
How to change the No. of failed attempts before the SLM Account is locked out? is it available to configure the account to be permanently locked out after No. of failed login attempts to be enabled manually? Also how to change the SLM session time-out settings?
Regards,
Zaki
Hi Zaki,
There is a setting in the web.config file found in C:\Program Files\Snow Software\Snow License Manager\Web that controls the session timeout...
<sessionState timeout="30" />
...value is in minutes.
Regarding the lockout values, there is a USER_LOCKOUT_TIME in SMACC (under Configuration->Basic Settings) that controls the number of minutes a user will be locked out after 3 failed login attempts.
I don't believe there is an option to either control the number of attempts before lockout, nor lock the user out completely.