yubico-pam icon indicating copy to clipboard operation
yubico-pam copied to clipboard

Inconsistent quotes around username

Open networkException opened this issue 4 years ago • 0 comments

Is there a reason that this line

https://github.com/Yubico/yubico-pam/blob/77949253e824088ad5b7014b2ec8722c74fe800c/pam_yubico.c#L1185

has ` and ' as quotes and is not for example

#define QUERY_TEMPLATE "YubiKey for '%s': "

?

networkException avatar Jul 08 '21 06:07 networkException