Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The information on this page refers to LM-X v5.4.1 or newer, which added introduced the LMX_Admin_VerifyCredentials function. This setting is not available in previous versions of LM-X. function and brute force password protection. 

The LMX_Admin_VerifyCredentials function verifies credentials for the specified server.

...

szPassword
[in] Password to verify. The maximum length of the password can be up to LMX_MAX_LONG_STRING_LENGTH. Note that LM-X uses brute force password protection to prevent brute-force attacks.

Return values

On success, this function returns the status code LMX_SUCCESS. If auth is failed the function returns LMX_AUTH_ERROR
If too much failed attemps LMX_AUTH_TOO_MANY

...