diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-17 08:10:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-17 08:10:24 +0800 |
commit | fe1157c7b2c95b51da4430e32e7515d4a60777a3 (patch) | |
tree | fd40151aa5c3a3058909bd22964700fc705eb858 /net/Makefile | |
parent | 383168e4a9e4af2df00f750794b6ee1e0fe0502d (diff) | |
download | freebsd-ports-gnome-fe1157c7b2c95b51da4430e32e7515d4a60777a3.tar.gz freebsd-ports-gnome-fe1157c7b2c95b51da4430e32e7515d4a60777a3.tar.zst freebsd-ports-gnome-fe1157c7b2c95b51da4430e32e7515d4a60777a3.zip |
[NEW PORT] net/ldapscripts
The ldapscripts are simple shell scripts that allow to manage
POSIX accounts (users, groups, machines) in an LDAP directory.
They can be used as independent tools or within Samba configuration
to manage POSIX parts of the LDAP accounts. See README for more
details.
PR: ports/86795
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
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 3a02a3bbcda5..a46ad37a63b7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -314,6 +314,7 @@ SUBDIR += ldap2dns SUBDIR += ldapbrowser SUBDIR += ldapdiff + SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh SUBDIR += lft |