GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::LDAP::LDAPhash(3) User Contributed Perl Documentation Net::LDAP::LDAPhash(3)

Net::LDAP::LDAPhash - Takes from a search and turns it into a hash.

Version 1.0.3

        use Net::LDAP::LDAPhash;

        my $ldapconnection = Net::LDAP->new( "127.0.0.1" )

        my $bindMessage->bind( "cn=admin,dc=someBase", password=>"password", version=>3 );

        my $mesg = $ldapconnection->search(scope=>"sub","dc=someBase", filter=>"(objectClass=*)");

        my %foo = LDAPhash($mesg);
        ...

LDAPhash

This takes from a search and turns it into a hash.

The returned has is in the following format.

        {DN}{ldap}{attribute}[array of values for this attribute]

The reason for the {ldap} is to allow for other values and the like to be tagged onto a hash for a DN that are unrelated to LDAP.

This function does not make any attempt to check if the search succedded or not.

Zane C. Bowers-Hadley, "<vvelox at vvelox.net>"

Please report any bugs or the like to vvelox@vvelox.net.

You can find documentation for this module with the perldoc command.

    perldoc Net::LDAP::LDAPhash

Copyright 2011 Zane C. Bowers-Hadley, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

WIML, #43892, pointed out out that 't/pod-coverage.t' does not exist, but does in the MANIFEST
2011-08-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.