Closed
Bug 11448
Opened 26 years ago
Closed 21 years ago
Add support for passing anonymous HASH arrays as arguments
Categories
(Directory Graveyard :: PerLDAP, enhancement, P3)
Directory Graveyard
PerLDAP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leif, Assigned: leif)
Details
We need to support hash arrays in functions like Conn::search(), just like we do
for the Conn:new() method. Like
if (ref $_[$[] eq "HASH")
{
my ($hash);
....
}
else
{
my ($host, $port, $binddn, $bindpasswd, $certdb, $authmeth) = @_;
....
}
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•21 years ago
|
||
Fixed for all of Conn.pm
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•