From 768bd47cca6138a6eec2daa55d15fc82e0f07a71 Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 28 Jul 2004 22:36:54 +0000 Subject: New port: net/ldapsh - Interactive shell used to administer ldap directories ldapsh is an interactive shell you can use to administer ldap directories. It provides an extensible command mechanism, with most of the necessary builtin commands (such as 'clone', 'edit', 'rm'), and it's relatively easy to add more commands. It supports configuring multiple LDAP sources, and storing your UID for each source so you don't have to type them each time. PR: ports/69721 Submitted by: Florent Thoumie --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index 7fbd3d08c763..e59ca4579059 100644 --- a/net/Makefile +++ b/net/Makefile @@ -261,6 +261,7 @@ SUBDIR += ldapbrowser SUBDIR += ldapdiff SUBDIR += ldapsdk + SUBDIR += ldapsh SUBDIR += lft SUBDIR += libbt SUBDIR += libconnect -- cgit