PATCH] setpin utility doesn't set the pin for users.
There were some things wrong with the setpin utility.
1. There were some syntax violations that had to be dealt with or a DS with syntax
checking
would not be pleased.
2. The back end is expecting a byte of hash data at the beginning of the pin.
In our case we are sending NO hash so we want the code at the beginning '-', which
means no hash.
3. We also need to prepend the dn in front of the pin so the back end can verify the set
pin.
Tested to work during both steps of the setpin process: 1) Creating the schema, 2)
creating the pin.
Tested to work with actual PinBased Enrollment.