Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. if (!auth.pkcert) {
  2. krb5_get_init_creds_opt_set_pa_password(context, opt,
  3. auth.password->bv_val,
  4. NULL);
  5. } else {
  6. krb5_get_init_creds_opt_set_pkinit(context, opt, target,
  7. auth.pkcert, NULL, NULL, NULL,
  8. 0, 0, NULL,
  9. auth.password->bv_val);
  10. }
Add Comment
Please, Sign In to add comment