diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:13:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 14:13:07 +0000 |
commit | 43b11e412a87d0a6e1aa005dcb019a199999dd66 (patch) | |
tree | b529191b6befb6ccf3686e84b5bad473dc2b4e44 /net/ldapdiff/pkg-descr | |
parent | PERL -> REINPLACE_CMD (diff) |
Add ldapdiff 0.7.0, a utility for patching LDAP directories using
LDIF files.
PR: 34985
Submitted by: Christian Brueffer <chris@unixpages.org)
Notes
Notes:
svn path=/head/; revision=62102
Diffstat (limited to 'net/ldapdiff/pkg-descr')
-rw-r--r-- | net/ldapdiff/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ldapdiff/pkg-descr b/net/ldapdiff/pkg-descr new file mode 100644 index 000000000000..3798359eb8b1 --- /dev/null +++ b/net/ldapdiff/pkg-descr @@ -0,0 +1,14 @@ +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. + +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 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. + +WWW: http://webtomware.rhoen.de/ + +- Christian Brueffer +chris@unixpages.org |