diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-30 19:49:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-30 19:49:06 +0800 |
commit | 64692ba7833a2e139097eb45304d7ae28257224c (patch) | |
tree | 0b1dfc191f2a87074d3d81b8df774e90354f29ad /sysutils/Makefile | |
parent | 9e777d493247c50ad9f30fa17eefc978bf81a2cd (diff) | |
download | freebsd-ports-gnome-64692ba7833a2e139097eb45304d7ae28257224c.tar.gz freebsd-ports-gnome-64692ba7833a2e139097eb45304d7ae28257224c.tar.zst freebsd-ports-gnome-64692ba7833a2e139097eb45304d7ae28257224c.zip |
[new port] sysutils/ldap-account-manager: Webfrontend for managing
accounts stored in an OpenLDAP server
LDAP Account Manager (lam) is a webfrontend for managing
accounts stored in an openLDAP server.
Features:
- management of Unix user and group accounts (posixAccount/posixGroup)
- management of Samba 2.x/3.x user and host accounts (sambaAccount)
- automatic creation/deletion of home directories (experimental)
- setting quotas (experimental)
- support for LDAP+SSL
- multi-language support (default language: English, German only partial)
PR: ports/56599
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1c12d216236d..81340ba2eb68 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -150,6 +150,7 @@ SUBDIR += krename SUBDIR += lavaps SUBDIR += lcdproc + SUBDIR += ldap-account-manager SUBDIR += lfm SUBDIR += libchk SUBDIR += libretto-config |