1This directory is avaliable in the perl-ldap SVN repository at
2
3  http://svn.mutatus.co.uk/
4
5The files in this directory are
6
7  tklkup	  A Perl/Tk script to do LDAP directory lookups
8  dot.tklkup	  Control file for tklkup
9  printMembers.pl Print all members of a group (does recursive evaluation)
10  isMember.pl     Determine if a given user is a member of a given group
11  jpegDisplay.pl  Display JPEG photos from an LDAP directory
12  jpegLoad.pl     Load JPEG photos into an LDAP directory entry
13  ldapmodify.pl   A (simplified) ldapmodify clone written in Perl
14  ldifdiff.pl     Generate LDIF change diff between two sorted LDIF files
15  ldifsort.pl	  Sort an LDIF file by the specified key attribute. 
16  ldifuniq.pl	  Cull unique entries from a reference file with
17                  respect to a comparison file.
18  recursive-ldap-delete.pl  Recursively delete a branch in an LDAP directory
19  simple-proxy.pl A simple LDAP proxy which can act as a man-in-the-middle
20
21Most files contain a POD with full description and author contacts.
22e.g.
23
24  perldoc tklkup
25
26
27