diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-26 20:25:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-26 20:25:02 +0000 |
commit | ae12e2aa4145aa48d203443b8ed927734af7f747 (patch) | |
tree | 0076b419cdccaa623e2d43fd2887f051d6aab37f /net/Makefile | |
parent | Add gpt 3.1, (diff) |
tinyldap is an attempt to write a very small and very fast LDAP server.
openldap is the reference when it comes to LDAP servers, and it performs
very poorly despite using techniques such as thread pools.
WWW: http://www.fefe.de/tinyldap/
Notes
Notes:
svn path=/head/; revision=102230
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 ad9942d652ef..79e06b474338 100644 --- a/net/Makefile +++ b/net/Makefile @@ -623,6 +623,7 @@ SUBDIR += tintin++ SUBDIR += tintin++-devel SUBDIR += tinyfugue + SUBDIR += tinyldap SUBDIR += tkabber SUBDIR += tn3270 SUBDIR += tn5250 |