diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-17 11:12:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-17 11:12:05 +0000 |
commit | 6a95046265a026627ebd5a4eaffe608ae9600e26 (patch) | |
tree | ed3b65fc17651f8cdfebeaa0f3f4e50284b47353 /net/p5-Net-LDAP-LDAPhash/pkg-descr | |
parent | 3eb4da4107d823b966061bfc4b0fd8ff500caef2 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-LDAP-LDAPhash/pkg-descr')
-rw-r--r-- | net/p5-Net-LDAP-LDAPhash/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-LDAPhash/pkg-descr b/net/p5-Net-LDAP-LDAPhash/pkg-descr new file mode 100644 index 000000000000..3625a2e070f7 --- /dev/null +++ b/net/p5-Net-LDAP-LDAPhash/pkg-descr @@ -0,0 +1,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/ |