./wip/pdb2ldif, Converts Palm Address Book PDB files into an LDAP-usable LDIF file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1, Package name: pdb2ldif-1.1, Maintainer: pkgsrc-users

Perl program to convert Palm Address Book (AddressDB.pdb) files
to .ldif files, which can be easily imported into an LDAP
directory with the following command:

cat <file.ldif> | ldapadd -w <passwd> -D <binddn>

or even more easy:

pdb2ldif --pdb=<address.pdb> | ldapadd -w <passwd> -D <binddn>

The program takes --pdb= as the PDB file and directs output to <STDOUT>.
If you're very crafty, you can probably do a lot more with unix pipes,
but this should be acceptable for most people.

Requires p5-Palm libraries (available separately)
Getopt is also required, but should have been part of your Perl distro.

Y2K issues: Good until 2038, they you'll need a 64-bit processor :-)


Required to run:
[databases/p5-Palm] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: f3905ce1c27bc1022df7bb16601d9d62ba519997
Filesize: 3.915 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-05 10:44:03 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2005-04-11 23:14:43 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-05-07 14:22:17 by Chris Pinnock | Files touched by this commit (1)
Log message:
p5-Palm is in the databases directory

   2004-05-02 23:43:17 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Convert to buildlink3. 
   2004-02-01 00:59:14 by Soren Jacobsen | Files touched by this commit (1)
Log message:
s/seperately/separately/

   2003-11-28 09:29:44 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Change MAINTAINER from packages@ to tech-pkg@.