php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #28447 [PATCH] ldap_set_option to accept LDAP_OPT_X_TLS... options
Submitted: 2004-05-19 20:41 UTC Modified: 2017-01-09 06:27 UTC
Votes:5
Avg. Score:4.4 ± 0.8
Reproduced:5 of 5 (100.0%)
Same Version:1 (20.0%)
Same OS:3 (60.0%)
From: vbzoli at vbzo dot li Assigned:
Status: Wont fix Package: LDAP related
PHP Version: 4CVS-2004-05-19 (stable) OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vbzoli at vbzo dot li
New email:
PHP Version: OS:

 

 [2004-05-19 20:41 UTC] vbzoli at vbzo dot li
Description:
------------
This tiny patch allows ldap_set_option to accept the 
LDAP_OPT_X_TLSxxx  options (except ...CTX). 
 
The patch: 
 
http://vbzo.li/patch/php-ldap-opt-x.patch 
 
vbzoli 

Reproduce code:
---------------
example:

@ldap_set_option($conn, LDAP_OPT_X_TLS_CACERTFILE, '/etc/ssl/cacert.pem');

Expected result:
----------------
n/a 

Actual result:
--------------
n/a 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-30 18:59 UTC] cmb@php.net
-Package: Feature/Change Request +Package: LDAP related
 [2017-01-09 06:27 UTC] heiglandreas@php.net
-Status: Open +Status: Wont fix
 [2017-01-09 06:27 UTC] heiglandreas@php.net
This bug has been open for more than 12 years and targets a by now unsupported version of PHP. Also the patch doesn't exist anymore. Therefore I'm closing it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC