~glen666/ldapdiff/ldapdiff

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Thomas Reith
  • Date: 2008-10-23 16:05:32 UTC
  • Revision ID: thomas.reith@rhoen.de-20081023160532-kncpa8ap14craozn
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ldapdiff
 
2
Section: System Administration
 
3
Priority: optional
 
4
Maintainer: Thomas Reith <Thomas.Reith@rhoen.de>
 
5
Build-Depends: debhelper (>= 5), autotools-dev
 
6
Standards-Version: 3.7.2
 
7
 
 
8
Package: ldapdiff
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}
 
11
Description: Tool for incremental LDAP directory updates based on ldif files
 
12
 ldapdiff combines "diff" and "patch" functionality in one application. the difference is, that ldapdiff is not designed for use on flat ascii files, it is designed for "patching" ldap directories using ldif files.
 
13
 normally the primary instance which stores most of a company's data, is a relational database. since there are normally no ldap servers available, which request their information directly from a relational database, it is difficult, to keep a ldap directory up to date. one could create "ldif formatted deltas" for every database change, but it is time consuming and difficult. with no access to the database application and schema, it is nearly impossible. much easier is it, to implement a procedure, which dumps the whole data pool into a ldif formatted file and run ldapdiff.
 
14
 with ldapdiff it is possible to check every entry/attribute of an ldif file against a running ldap directory. ldapdiff is able to produce ldif delta files, which can be fed, into standard tools like "ldapmodify", "ldapdelete" etc. ldapdiff is also able to modify, delete and add entries/attributes online.