Bug 205772

Summary: Enhancement: enable "ldap_sasl_bind" feature for php-ldap
Product: [Fedora] Fedora Reporter: Dmitry Butskoy <dmitry>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix, FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.2.1-5 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-29 14:36:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dmitry Butskoy 2006-09-08 13:01:55 UTC
Consider a possibility to provide SASL authentication for PHP ldap module,
i.e. use "--with-ldap-sasl" when configure. With this option, an additional
function "ldap_sasl_bind" will appear.

Note, that the current ldap.so module already depends on libsasl2 (see ldd
/usr/lib/php/modules/ldap.so), because ldap libraries already compiled with sasl
support. It means that nothing too big will be added anyway...

Comment 1 Joe Orton 2007-03-29 14:36:37 UTC
This is done in Raw Hide now; thanks for the suggestion.