The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ldifdiff.pl -- Generates LDIF change diff between two sorted LDIF files.

DESCRIPTION

ldifdiff.pl takes as input two sorted LDIF files, source and target, and generates on standard output the LDIF changes needed to transform the target into the source.

SYNOPSIS

ldifdiff.pl -k keyattr [-a attr1,attr2,...] [-c attr1,attr2,...] sourcefile targetfile

OPTIONS

-k keyattr

Specifies the key attribute to use when comparing source and target entries. Entries in both LDIF files must be sorted by this attribute for comparisons to be meaningful. ldifsort.pl can be used to sort LDIF files by a given attribute.

-a attr1,attr2,...

(Optional) Specifies a list of attributes to consider when comparing source and target entries. By default, all attributes are considered.

-c attr1,attr2,...

(Optional) Compare values of the specified attributes case-insensitively. By default, comparisons are case-sensitive.

sourcefile

Specifies the source LDIF file.

targetfile

Specifies the target LDIF file.

AUTHOR

Kartik Subbarao <subbarao@computer.org>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 254:

=back without =over