summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server
diff options
context:
space:
mode:
authorJack Magne <jmagne@localhost.localdomain>2015-08-11 18:26:04 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2015-08-14 12:00:53 -0600
commit4743a86beb48b81edc90d8e35ebbebfa414faea2 (patch)
treed6613a0b73028341e12c4229959b550119770827 /base/server/python/pki/server
parentfdd6b6e967febffa9ec7b78f752047d46a4f05d4 (diff)
downloadpki-4743a86beb48b81edc90d8e35ebbebfa414faea2.tar.gz
pki-4743a86beb48b81edc90d8e35ebbebfa414faea2.tar.xz
pki-4743a86beb48b81edc90d8e35ebbebfa414faea2.zip
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 this code at the beginning '-' 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. 4. Fix also now supports the SHA256 hashing method only, with the sha256 being the default hash. The no hash option is supported but puts the pin in the clear. (cherry picked from commit f60846e025ff5492e8c05ccf525fe8df1b59bba6)
Diffstat (limited to 'base/server/python/pki/server')
0 files changed, 0 insertions, 0 deletions