]> git.pld-linux.org Git - packages/openvpn.git/blame - openvpn-pam.patch
- add --suppress-timestamps when systemd logs data
[packages/openvpn.git] / openvpn-pam.patch
CommitLineData
24429fb3
AM
1--- openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c~ 2016-12-26 12:51:00.000000000 +0100
2+++ openvpn-2.4.0/src/plugins/auth-pam/auth-pam.c 2016-12-29 23:25:05.328832460 +0100
3@@ -698,7 +698,7 @@ pam_server(int fd, const char *service,
4 struct user_pass up;
5 int command;
d073bea7 6 #ifdef USE_PAM_DLOPEN
24429fb3
AM
7- static const char pam_so[] = "libpam.so";
8+ static const char pam_so[] = "libpam.so.0";
ec733dce
ER
9 #endif
10
24429fb3 11 /*
This page took 0.090425 seconds and 4 git commands to generate.