Hi,
I've gathered more informations on this issue:
when systemd is enabled, the PIN is prompted by
the /bin/systemd-ask-password program:
https://github.com/OpenVPN/openvpn/blob/v2.3.4/src/openvpn/console.c#L158
this program is fork/exec'd by openvpn:
https://github.com/OpenVPN/openvpn/blob/v2
might be related to the following code in src/openvpn/console.c:194
#ifdef ENABLE_SYSTEMD
if (check_systemd_running ())
return get_console_input_systemd (prompt, echo, input, capacity);
#endif
Regards,
--
Camille Oudot
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@l
2 matches
Mail list logo