Previous Topic: Input ConditionsNext Topic: Output Conditions


Input Buffer Layout

The overall length of the input buffer is X’1A0’ or decimal 416.

Offset

Field length

Value

X’00’

8

Target user ID for password change

X’08’

2

Length of old password. A value of zero is allowed if the NOPASS option is specified on the authorizing rule definition. A zero value means the old password is not checked before setting the new value.

X’0A’

2

Length of new password

X’0C’

1

Password status flag character. The settings are defined in the table below.

 

X’0D’

3

Reserved and set to zeroes

 

X’10’

200

Old password value. The length is specified at offset X’08’.

X’D8’

200

New password value. The length is specified at offset X’0A’.

The values in the plist above have the following meanings:

Value

Meaning

fl

 

A flag that indicates the password state and can contain the following values:

Value

Meaning

X’00’

Do not change the current status

C’*’

Change to Active

C’E’

Change to Expired

C’R’

Change to Reset

C’N’

Change to New