Skip Headers
Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition
11g Release 1 (11.1.1.7.0)

Part Number E28967-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

mmldif

combine multiple ldif files into a single, authoritative set of entries

Synopsis

install-path/bin/mmldif 
 [-c ] [-D ] [-o out.ldif] files

Description

The mmldif command combines multiple LDIF files into a single authoritative set of entries. Typically each LDIF file is from a master server cooperating in a multi-master replication environment (for example, masters that refuse to sync up). Optionally, the mmldif command can generate LDIF change files that could be applied to the original file to bring it up to date with the authoritative version. At least two input files must be specified.

Options

The following options are supported:

-c

Write a change file (.delta) for each input file.

-D

Print debugging information.

-o

Write authoritative data to this file. If not specified, the command compares the input files, but does not generate output LDIF files.

files

Two or more LDIF files to combine into a single set of entries. For example, in1.ldif in2.ldif.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE

Availability

SUNWdsee7

Stability Level

Evolving


See Also

insync(1)