forked from pool/openvpn
18 lines
746 B
Diff
18 lines
746 B
Diff
|
Index: openvpn-2.3.8/src/openvpn/misc.c
|
||
|
===================================================================
|
||
|
--- openvpn-2.3.8.orig/src/openvpn/misc.c
|
||
|
+++ openvpn-2.3.8/src/openvpn/misc.c
|
||
|
@@ -1088,12 +1088,6 @@ get_user_pass_cr (struct user_pass *up,
|
||
|
*/
|
||
|
else if (from_stdin)
|
||
|
{
|
||
|
-#ifndef WIN32
|
||
|
- /* did we --daemon'ize before asking for passwords? */
|
||
|
- if ( !isatty(0) && !isatty(2) )
|
||
|
- { msg(M_FATAL, "neither stdin nor stderr are a tty device, can't ask for %s password. If you used --daemon, you need to use --askpass to make passphrase-protected keys work, and you can not use --auth-nocache.", prefix ); }
|
||
|
-#endif
|
||
|
-
|
||
|
#ifdef ENABLE_CLIENT_CR
|
||
|
if (auth_challenge && (flags & GET_USER_PASS_DYNAMIC_CHALLENGE))
|
||
|
{
|