TSP Lab
| Sga8NAuS - The Authentication Server module
| Sga8NAuS
|
The Authentication Server module
("Sga8NAuS")
Basic operation
- Receives and checks authentication requests from the remote client
- Compares received username and password with which can be found in the password file (sga8nPwd.txt)
User interface

- Last request received from:
- IP address: from which address arrived the authentication request
- “username”/”password”: username and password provided by the remote client
- [pwd SATUS]: where SATUS can be ‘OK’ or ‘check failed’ indicates whether the authentication was successful or not
- Last answer sent at:
- indicates the time when last authentication answer was done
- Check password list:
- shows how many user there are in the Sga8nPwd.txt file and the name and the password of them
Password (Sga8NPwd.txt) file
- This file stores the usernames and the passwords for authentication.
- Each line describes an user.
- An example line:
"My_login_name My_password *".
Version history
Known bugs
- No bug is known at present.