PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

DIRSYNC/DIFFERENCES

Perform differencing of two LDIF files.

Syntax

PMDF DIRSYNC/DIFFERENCES auth-ldif-file-spec old-ldif-file-spec delta-ldif-file-spec

Command Qualifiers Defaults
/DEBUG /NODEBUG
/EXCLUDE=attribute-list See text.
/INCLUDE=attribute-list See text.
/NAME=directory-name See text.

PARAMETERS

auth-ldif-file-spec

The specification of the authoritative LDIF file to read as input.

old-ldif-file-spec

The specification of the old LDIF file to read as input.

delta-ldif-file-spec

The specification of the delta LDIF file to generate as output.

DESCRIPTION

The PMDF DIRSYNC/DIFFERENCES command performs differencing of two LDIF files and generates a delta LDIF file of the differences.


COMMAND QUALIFIERS

/DEBUG

/NODEBUG (default)

The option enables debugging.

/EXCLUDE=comma-separated-list-of-attributes

This option may be used to specify attributes to ignore when doing the differencing. By default, if neither /EXCLUDE nor /INCLUDE is specified, all attributes are compared.

/INCLUDE=comma-separated-list-of-attributes

This option may be used to specify attributes to compare when doing the differencing. By default, if neither /EXCLUDE nor /INCLUDE is specified, all attributes are compared.

/NAME=directory-name

This option may be used to specify the name of the directory being compared, thereby allowing proper treatment of entries with an ignore_for attribute.


Previous | Next | Contents