Path to this page:
./
wip/pdb2ldif,
Converts Palm Address Book PDB files into an LDAP-usable LDIF file
Branch: CURRENT,
Version: 1.1,
Package name: pdb2ldif-1.1,
Maintainer: pkgsrc-usersPerl 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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)