blob: 3625a2e070f7f80d81e3d99eff2b76b57baeb516 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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: http://search.cpan.org/dist/Net-LDAP-LDAPhash/
|