struct user_logon_req_1 { unsigned char usrreq1_name[UNLEN+1]; unsigned char usrreq1_pad_1; unsigned char usrreq1_password[SESSION_PWLEN]; unsigned char LSFAR * LSPTR usrreq1_workstation; };where:
If the name passed in the usrreq1_name field has no password assigned to its account in the UAS database, any value in this password field is valid.
If the password fails to match, the bad password count field in the user's record is increased by 1. A successful match resets the field.