This seems to have some weird effects on Windows clients using OpenVPN
2.6.14 where username/password popup appears after one hour. Since we
don't use any real username/password authentication, we will have to
make sure that the client keeps using the fake data that we have added
to the configuration.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
print "auth $vpnsettings{'DAUTH'}\n";
}
- # Disable storing any credentials in memory
- print "auth-nocache\n";
-
# Set a fake user name for authentication
print "auth-user-pass\n";
print "auth-token-user USER\n";