Skip to content

WIP: service: add support for interactive connect

Lubomir Rintel requested to merge lr/connect-interactive into master

Make openfortivpn invoke a pinentry-compatible helper that proxies the password requests back to the daemon.

Also, defer OTP from NeedSecrets() for interactive connection. Otherwise we're asking too early for poor souls who get OTP via SMS only once they initiated the authentication and supplied the password.

Merge request reports