diff options
author | pav <pav@FreeBSD.org> | 2006-04-27 02:53:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-27 02:53:12 +0800 |
commit | 96dd82771d7b5ed0f9f11d4943d7e3569a208dcc (patch) | |
tree | 6b7fec0f4f49f47ef0cd2737596b56cf6c7f80a4 /sysutils/Makefile | |
parent | 1d387ed06fa30618ccf4c33566cd384d66a6631e (diff) | |
download | freebsd-ports-gnome-96dd82771d7b5ed0f9f11d4943d7e3569a208dcc.tar.gz freebsd-ports-gnome-96dd82771d7b5ed0f9f11d4943d7e3569a208dcc.tar.zst freebsd-ports-gnome-96dd82771d7b5ed0f9f11d4943d7e3569a208dcc.zip |
ldapvi is tool to update LDAP entries with a text editor.
It is:
# Written in C.
# Reasonably fast and small. The ldapvi client needs about as much time for
receiving entries as the OpenLDAP server needs to sends them, which should be
fast enough.
# Shows a summary of changes before committing them. Details of the changes can
be previewed in LDIF format.
# Uses an LDIF-like format in the editor (which should be easier to use
interactively than standard LDIF).
# Can rename entries.
# Does not give up easily. On error, you can edit the file again or rebind to
the server and try again.
WWW: http://www.lichteblau.com/ldapvi.html
PR: ports/96255
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3861c8a2f3cb..8aecd979dc21 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -271,6 +271,7 @@ SUBDIR += lavaps SUBDIR += lcdproc SUBDIR += ldap-account-manager + SUBDIR += ldapvi SUBDIR += ledit SUBDIR += less SUBDIR += lfm |