LDIF to VCARD File Conversion Utility

This is a simple command line Perl script I wrote in order to migrate my Netscape address book to GnomeCard. It takes an LDIF file, as exported from Netscape, and writes out a VCARD file. Currently the first name, last name, work, home and cell phone numbers and email address is written. The input file may be either DOS or unix text format.

 

Prerequisites:

This requires the following perl modules to be installed:
perl-ldap >= 0.23 by Graham Barr
Convert-ASN1 >= 0.10 by Graham Barr

 

Copyright © 2001-2008 D. Scott Barninger
This program is licensed under the GNU General Public License version 2.0.

 

Download:

ldif_to_vcard-0.2.tar.gz