The test, as submitted, included a copy/paste error which caused it to
test PKINIT using unencrypted PKCS12 bundles twice, and to not test a
DIR: location containing unencrypted PEM-formatted keys at all.
get_creds=False)
setup_dir_identities(realm)
realm.kinit('user@%s' % realm.realm,
- flags=['-X', 'X509_user_identity=%s' % p12_identity])
+ flags=['-X', 'X509_user_identity=%s' % dir_identity])
realm.klist('user@%s' % realm.realm)
realm.run([kvno, realm.host_princ])
realm.stop()