ASPEN_VALIDATE_INPUT

 

Related Items

 

 

Purpose

Provide data necessary for a Server to validate a session.

 

 

Structure

typedef struct

{

   char  username[ASPEN_USER_NAME_SIZE+1];

   char  password[ASPEN_PASSWORD_SIZE+1];

   char  newpassword[ASPEN_PASSWORD_SIZE+1];

}ASPEN_VALIDATE_INPUT;

 

 

Fields

username

An ASCIIZ string with up to ASPEN_USER_NAME_SIZE characters and a terminating null. Valid characters are 'A' to 'Z', '0' to '9', '-' (dash) and '_' (underscore).

 

password

An ASCIIZ string with up to ASPEN_PASSWORD_SIZE characters and a terminating null. The set of printable ASCII characters may be used in the string. If a password has not been assigned for the given user, then this field should contain a null-string. Passwords are case-sensitive.

 

newpassword

An ASCIIZ string with up to ASPEN_PASSWORD_SIZE characters and a terminating null. The set of printable ASCII characters may be used in the string. This field should only be used when the user's password needs to be changed. If this parameter is not a null-string, then the user's password will be changed after the session is successfully validated.

 

 

See Also

ASPEN_PASSWORD_SIZE

ASPEN_TimeSetNotice

ASPEN_USER_NAME_SIZE

ASPEN_ValidateSession

 

©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.