Comment 3 for bug 1322728

Revision history for this message
Joshua Kugler (jkugler) wrote :

This may not be a limitation of network manager. I hit something similar today while trying to do two-factor auth:

If I use this command line: sudo openvpn --config client.ovpn --auth-retry interact, I am prompted for my username, password, then when auth "fails" I am prompted for my second-factor key. However, if I add this: "--auth-user-pass up" the first part of auth succeeds, but when it "fails" due to the second factor, instead of falling back to "interact" it just fails and tries to auth all over.

Does --auth-user-pass up "override" --auth-retry interact somehow?