]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ovpnmain.cgi: Bring back auth-user-pass
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2025 16:34:46 +0000 (18:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2025 16:38:39 +0000 (18:38 +0200)
This seems to have been unintentionally removed during the latest
OpenVPN changes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index b63e5752cd8662506046d156c1b70e621c108a28..5bc569bcfe48c0425c4834c91f3fc08eef6c43a7 100644 (file)
@@ -2443,6 +2443,7 @@ END
                print "auth-nocache\n";
 
                # Set a fake user name for authentication
+               print "auth-user-pass\n";
                print "auth-token-user USER\n";
                print "auth-token TOTP\n";