PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #5738

DB.php LDAP version patch

Details

Request #5738DB.php LDAP version patch
Submitted2005-10-21 07:56 UTC
Fromm dot noack at bibuweb dot de
StatusNo Feedback
PackageDB
PHP Version5.0.5
OSlinux
Roadmaps(Not assigned)

Comments

[2005-10-21 07:56 UTC] m dot noack at bibuweb dot de

Description:
------------
With this patch you can add a LDAP version to DSN protocol. The DB::LDAP package supports LDAP versions by the DSN protocol.
But the DB package only evaluated "tcp" and "unix" as protocol option.
With this patch the DB package evaluate a LDAP version in the DSN protocol when "phptype" is ldap

example:
ldap://cn=Manager,dc=php,dc=net:pass@3(localhost)/o=pear,dc=php,dc=net