Skip to content

Commit f85da3b

Browse files
NCL-2272 : SCC Windows - Azure AD Support - OpenVPN password size (#5)
1 parent 1009b98 commit f85da3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openvpn/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct user_pass
6565
#ifdef ENABLE_PKCS11
6666
#define USER_PASS_LEN 4096
6767
#else
68-
#define USER_PASS_LEN 128
68+
#define USER_PASS_LEN 1024
6969
#endif
7070
/* Note that username and password are expected to be null-terminated */
7171
char username[USER_PASS_LEN];

0 commit comments

Comments
 (0)