Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229059 Details for
Bug 317085
=net-misc/networkmanager-openvpn-0.8.0 doesn't exec openvpn because it has "No VPN Secrets!"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Copy of the referenced patch.
dont-check-secrets-for-tls-connection-type.patch (text/plain), 724 bytes, created by
Nathan Goldstick
on 2010-04-25 08:57:19 UTC
(
hide
)
Description:
Copy of the referenced patch.
Filename:
MIME Type:
Creator:
Nathan Goldstick
Created:
2010-04-25 08:57:19 UTC
Size:
724 bytes
patch
obsolete
>--- network-manager-openvpn-0.8~a~git.20091008t123607.7c184a9/src/nm-openvpn-service.c-orig 2009-12-20 13:34:48.000000000 -0300 >+++ network-manager-openvpn-0.8~a~git.20091008t123607.7c184a9/src/nm-openvpn-service.c 2009-12-20 13:36:24.000000000 -0300 >@@ -1000,8 +1000,9 @@ > if (!nm_openvpn_properties_validate (s_vpn, error)) > return FALSE; > >- /* Static Key doesn't need secrets; the rest do */ >- if (strcmp (connection_type, NM_OPENVPN_CONTYPE_STATIC_KEY)) { >+ /* Only PASSWORD_* connection types need secrets */ >+ if ( !strcmp (connection_type, NM_OPENVPN_CONTYPE_PASSWORD) >+ || !strcmp (connection_type, NM_OPENVPN_CONTYPE_PASSWORD_TLS)) { > if (!nm_openvpn_secrets_validate (s_vpn, error)) > return FALSE; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 317085
:
229051
|
229057
| 229059