1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/ldapvi/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
627 B
Plaintext

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 send 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.