Home » Database » DB » Bug #5738
DB.php LDAP version patch
Details
| Request #5738 | DB.php LDAP version patch |
|---|---|
| Submitted | 2005-10-21 07:56 UTC |
| From | m dot noack at bibuweb dot de |
| Status | No Feedback |
| Package | DB |
| PHP Version | 5.0.5 |
| OS | linux |
| 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