mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 18:55:38 +00:00
Update credman.c
This commit is contained in:
@@ -137,11 +137,10 @@ print_rk(const fido_credman_rk_t *rk, size_t idx)
|
|||||||
/* commenting out the original code, was not giving the user login name, only display name */
|
/* commenting out the original code, was not giving the user login name, only display name */
|
||||||
/*printf("%02u: %s %s %s %s %s %s\n", (unsigned)idx, id, fido_cred_display_name(cred), user_id, type, port); */
|
/*printf("%02u: %s %s %s %s %s %s\n", (unsigned)idx, id, fido_cred_display_name(cred), user_id, type, port); */
|
||||||
|
|
||||||
/* commenting space separated credential output */
|
|
||||||
|
|
||||||
/* printf("%02u: %s %s %s %s %s %s \n", (unsigned)idx, id, fido_cred_display_name(cred), fido_cred_user_name(cred), user_id, type, prot); */
|
|
||||||
/* separating with | symbol */
|
printf("%02u: %s %s %s %s %s %s \n", (unsigned)idx, id, fido_cred_display_name(cred), fido_cred_user_name(cred), user_id, type, prot);
|
||||||
printf("%02u: %s %s | %s | %s %s %s \n", (unsigned)idx, id, fido_cred_display_name(cred), fido_cred_user_name(cred), user_id, type, prot);
|
|
||||||
|
|
||||||
free(user_id);
|
free(user_id);
|
||||||
free(id);
|
free(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user