diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-29 06:36:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-29 06:36:54 +0800 |
commit | 768bd47cca6138a6eec2daa55d15fc82e0f07a71 (patch) | |
tree | 22de0e15de1d821cacff964bf01178451d484967 /net/Makefile | |
parent | 03663689c0406007e42e3443dcaa7555e1002229 (diff) | |
download | freebsd-ports-gnome-768bd47cca6138a6eec2daa55d15fc82e0f07a71.tar.gz freebsd-ports-gnome-768bd47cca6138a6eec2daa55d15fc82e0f07a71.tar.zst freebsd-ports-gnome-768bd47cca6138a6eec2daa55d15fc82e0f07a71.zip |
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 <flz@xbsd.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |