]> TLD Linux GIT Repositories - packages/openvpn.git/blob - openvpn-pam.patch
- updated to 2.5.3
[packages/openvpn.git] / openvpn-pam.patch
1 diff -urNp openvpn-2.4.0.orig/src/plugins/auth-pam/auth-pam.c openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c
2 --- openvpn-2.4.0.orig/src/plugins/auth-pam/auth-pam.c  2016-12-26 11:51:00.000000000 +0000
3 +++ openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c       2017-02-10 07:39:15.426673734 +0000
4 @@ -698,7 +698,7 @@ pam_server(int fd, const char *service,
5      struct user_pass up;
6      int command;
7  #ifdef USE_PAM_DLOPEN
8 -    static const char pam_so[] = "libpam.so";
9 +    static const char pam_so[] = "libpam.so.0";
10  #endif
11  
12      /*