webtomware.rhoen.de
© 2000-2008 Thomas.Reith@rhoen.de
 

ldapdiff packages have been moved to
https://launchpad.net/ldapdiff
tool to synchronize ldap servers using ldif formatted input files
Fri Dec 12 22:47:43 CET 2008

linwizard project
replace Windows Mobile with Linux on smartphone HTC Wizard (T-Mobile MDA Vario etc...)
Tue Jan 2 20:24:38 MET 2007

gpTherm-1.7.0
microchip pic 16f84a and dallas ds 1820 based high precision thermometer
Mon Jan 28 22:16:45 MET 2002

gpClock-1.3.0
microchip pic 16f84a and dcf77 based radio clock
Sun Jan 27 16:25:55 MET 2002

License: GPLv3
System Requirements: OpenLDAP SDK and GNU libiconv

Copyright © 2000, 2001, 2002 Free Software Foundation, Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

ldapdiff compares ldif files with a running LDAP server and does an
appropriate add/delete/update for every different entry/attribute.
Essentially, it combines "diff" and "patch" in one application
(although it is designed for "patching" ldap directories using ldif
files, not for use on flat ascii files).

ldap based directories often have problems with automatic updates,
because the only offline interface between a company database and the
ldap directory are ldif files.

normally the primary instance which stores most of a company's data,
is a relational database. since it can be hard to keep an ldap database
current. it is time consuming and difficult to create "ldif formatted
deltas" for every database change. it is much easier to dump the whole
data pool into a ldif formatted file and run ldapdiff.

with ldapdiff it is possible to check every entry/attribute of an ldif
file against a running ldap directory. ldapdiff can produce ldif
delta files in ldap version 3 format, which can be fed, into tools like
"ldapmodify", "ldapdelete" etc. ldapdiff is also able to modify, delete
and add entries/attributes online.

 


Thomas Reith Tue Oct 14 10:21:13 CEST 2008


Powered by OpenLDAP