Yubico / yubico-pam

Yubico Pluggable Authentication Module (PAM)
https://developers.yubico.com/yubico-pam
BSD 2-Clause "Simplified" License
689 stars 114 forks source link

Inconsistent quotes around username #228

Open networkException opened 3 years ago

networkException commented 3 years ago

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': "

?