aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-LDAPhash
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.2Philip M. Gollucci2009-07-172-4/+4
| | | | | | | | | PR: ports/136550 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237963
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-0/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* This takes from a search and turns it into a hash.Martin Wilke2008-02-174-0/+44
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/ PR: ports/120589 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Notes: svn path=/head/; revision=207456