SecureLogin does not fire for Windows application

  • 3782802
  • 21-Nov-2007
  • 26-Apr-2012

Environment

Novell SecureLogin
NSL 6.x

Situation

NSL does not populate user credentials in Windows application

Cause:

SecureLogin was actually seeing the conditions in the dialog statement and firing before the application was completely loaded.

SecureLogin was executing before the specified control ID actually existed.


Resolution

Add one of the desired control Ids to the dialog statement in the application definition.

Old dialog statement:
Dialog
Class #32770
Title "Whatever the title of the window might be”
EndDialog

New dialog statement:
Dialog
Class #32770
Title "Whatever the title of the window might be”
Ctrl #1234
EndDialog