login
Authentication or Login Check
To test the login of an Eenos user with the password.
Please provide the password in a base64 encoded format.
It is dangerous to use this command in plain shell which will expose the password of the user. Use this command for testing purposes only and change the user password after testing.
Command:
/usr/local/eenos/scripts/eapi --user=EENOS_USER --login=base64_ENCODED_PASSWORD
Where,
- EENOS_USER is the user name of the eenos accounts
- base64_ENCODED_PASSWORD is the base64 encoded password of the user
Output:
An Example output for Eenso user foo is as follows,
data:
user: foo
message: Login success - foo
status: ok