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

Re: Discussion: ldapdelete.c



At 11:51 AM 3/4/99 -0800, JR Heisey wrote:
>I think it would be a convienence if ldapdelete could
>read an LDIF file ingorning all lines except the line
>the begin with 'DN: '. Then delete entry specified by
>the DN field.

Why not just run your ldif through a perl (or other) script
that for each dn found would output the appropriate ldif
to delete them using ldapmodify?

dn: cn=you, dc=mediagate, dc=com
changetype: delete

Kurt