[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: vcard imort...



> Does anyone out there know of any software, open or commercial, that
> will take vcard files exported from an email app and import them into an
> LDAP directory?

ldapmodify -b -f ldif.file

Contents of ldif.file
---------------------
dn: cn=whatever,dc=domain,dc=org
changetype: modify
add: vcard
vcard: /tmp/vcardfile

Value gets loaded into attribute from /tmp/vcardfile

Systems and Network Administrator
Morrison Industries
1825 Monroe Ave NW.
Grand Rapids, MI. 49505