The PIN Generator can capture the output to a text file specified by the output option.
The output contains a sequence of records in the following format:
dn: user_dn1 pin: generated_pin1 status: status1 dn: user_dn2 pin: generated_pin2 status: status2 ... dn: user_dn# pin: generated_pin# status: status#
where user_dn is a distinguished name matching the DN filter or listed in the input file. By default, the delimiter is a semi-colon (;) or the character defined on the command line. generated_pin is a string of characters of fixed or variable length, depending on the length parameters used. status is one of the values listed Table 7.2, “PIN Generator Status ”.
The first line in each record is always the DN. The subsequent lines for pin and status are optional. The record ends with a blank line. The end of line (EOL) sequences for UNIX and Windows are as follows:
On Unix: \n
On Windows NT: \r\n