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