1LDAPDIFF(1) General Commands Manual LDAPDIFF(1)
2
3
4
6 ldapdiff - Tool to synchronize ldap servers using ldif formatted input
7 files
8
10 ldapdiff [options]
11
13 ldapdiff combines classical "diff" and "patch" functionality in one
14 application. the difference is, that ldapdiff is not designed for use
15 on flat ascii files, it is designed for "patching" ldap directories
16 using ldif files.
17
18 This manual page was written for the Debian distribution because the
19 original program does not have a manual page.
20
22 -c conffile
23 Name of the configuration file. Default: ./ldapdiff.conf
24
25 -f ldiffile
26 ldif input file to be compared to the running server. If this
27 option is not set, stdin will be used.
28
29 -l logfile
30 Name of the logfile. Default: stdout
31
32 -p profile
33 Name of the profile to use from the configuration file.
34
35 -s local[0-7]
36 Log to syslog.
37
38 -v Show version of program.
39
40
42 0 -> ok
43
44 1 -> error
45
46 2 -> an online modification error (insert,update,delete) occured
47
48
50 ldapcompare(1).
51
52 The README file of the source distribution contains detailed informa‐
53 tion about the various parameters for the config file ldapdiff.conf.
54
55
57 Copyright 2000-2006 Free Software Foundation, Inc.
58
59 This program is free software; you can redistribute it and/or modify it
60 under the terms of the GNU General Public License as published by the
61 Free Software Foundation; either version 2 of the License, or (at your
62 option) any later version.
63
64
66 ldapdiff was written by Thomas.Reith@rhoen.de
67
68 This manual page was written by Jeff Waugh <jdub@perkypants.org>, for
69 the Debian GNU/Linux system (but may be used by others).
70
71
72
73 Sun Sep 4 11:32:11 CEST 2005 LDAPDIFF(1)