ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
422 B
Text
13 lines
422 B
Text
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.
|
|
|
|
WWW: https://metacpan.org/release/Net-LDAP-LDAPhash
|