We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa446 commit 0b41430Copy full SHA for 0b41430
doc/man-sections/client-options.rst
@@ -68,7 +68,11 @@ configuration.
68
auth-user-pass up
69
70
If ``up`` is present, it must be a file containing username/password on 2
71
- lines. If the password line is missing, OpenVPN will prompt for one.
+ lines. If the password line is missing, OpenVPN will prompt for one on
72
+ stdin. If you use a graphical OpenVPN client such as OpenVPN GUI on Windows,
73
+ you should either define both the username and password in the file, or rely
74
+ on the GUI caching the credentials; defining just the username in the file
75
+ will not work.
76
77
If ``up`` is omitted, username/password will be prompted from the
78
console.
0 commit comments