Univention Bugzilla – Attachment 6367 Details for
Bug 36654
Traceback in AD-Connector password sync: M2Crypto.__m2crypto.sslv2_method missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sslv3_instead_of_sslv2.patch
sslv3_instead_of_sslv2.patch (text/plain), 524 bytes, created by
Arvid Requate
on 2014-11-13 16:36:30 CET
(
hide
)
Description:
sslv3_instead_of_sslv2.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-11-13 16:36:30 CET
Size:
524 bytes
patch
obsolete
>Index: modules/univention/connector/ad/password.py >=================================================================== >--- modules/univention/connector/ad/password.py (Revision 55387) >+++ modules/univention/connector/ad/password.py (Arbeitskopie) >@@ -73,7 +73,7 @@ > return res > > def ssl_init(sd): >- meth = M2Crypto.__m2crypto.sslv2_method(); >+ meth = M2Crypto.__m2crypto.sslv3_method(); > ctx = M2Crypto.__m2crypto.ssl_ctx_new (meth); > ssl = M2Crypto.__m2crypto.ssl_new (ctx); > M2Crypto.__m2crypto.ssl_set_fd (ssl, sd);
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 36654
: 6367