fb16dfecae
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)
13 lines
627 B
Text
13 lines
627 B
Text
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.
|