- Update to 3.5.0

PR:		ports/161004
Submitted by:	"Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer)
This commit is contained in:
Li-Wen Hsu 2011-10-15 15:23:39 +00:00
parent b30fa78708
commit 621d4e568c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283577
5 changed files with 788 additions and 386 deletions

View file

@ -6,19 +6,18 @@
#
PORTNAME= ldap-account-manager
PORTVERSION= 3.4.0
PORTVERSION= 3.5.0
CATEGORIES= sysutils www
MASTER_SITES= SF/${PNAME}/LAM/${PORTVERSION}
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION}
MAINTAINER= basil@vpm.net.ua
COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server
LICENSE= GPLv2
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota \
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
LICENSE= GPLv2
NO_BUILD= yes
USE_GETTEXT= yes
USE_PERL5= yes
@ -26,10 +25,10 @@ USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml
WANT_PHP_WEB= yes
DEFAULT_PHP_VER= 5
PNAME= lam
SHORTNAME= lam
PORTDOCS= docs COPYING HISTORY README copyright
LAMDATA= config graphics help lib locale sess style templates tmp VERSION index.html
WWWDIR?= ${PREFIX}/www/${PNAME}
WWWDIR?= ${PREFIX}/www/${SHORTNAME}
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>

View file

@ -1,2 +1,2 @@
SHA256 (ldap-account-manager-3.4.0.tar.gz) = 919f4f2a1d42d63cae1809d74110f6ed21911f7e11697e93788495b7c7b31c42
SIZE (ldap-account-manager-3.4.0.tar.gz) = 6345112
SHA256 (ldap-account-manager-3.5.0.tar.gz) = 3c05e6c0ff71c2e9848e76cbe98e6db88f50fdaa41139e85f0fd4bfd70534b58
SIZE (ldap-account-manager-3.5.0.tar.gz) = 7769992

View file

@ -1,5 +1,5 @@
To use LDAP-account-manager, you have to install
and set up Samba 2.x or 3.x schemas.
and set up Samba 3.x schemas.
Like this :
include %%PREFIX%%/etc/openldap/schema/core.schema
include %%PREFIX%%/etc/openldap/schema/cosine.schema

View file

@ -1,23 +1,23 @@
LDAP Account Manager (lam) is a webfrontend for managing accounts stored
in an openLDAP server.
LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users,
groups, DHCP settings) stored in an LDAP directory. LAM was designed to make
LDAP management as easy as possible for the user. It abstracts from the
technical details of LDAP and allows persons without technical background to
manage LDAP entries. If needed, power users may still directly edit LDAP entries
via the integrated LDAP browser.
Features:
- management of Unix user and group accounts (posixAccount/posixGroup)
- management of Samba 2.x/3 user and host accounts
(sambaAccount/sambaSamAccount)
- management of Kolab 2 accounts (kolabInetorgPerson)
- management of various account types: Unix, Samba 3, Kolab 2, Scalix,
phpGroupWare, Zarafa,DHCP, SSH keys, group of names and much more
- profiles for account creation
- account creation via file upload
- automatic creation/deletion of home directories
- setting quotas
- setting file system quotas
- PDF output for all accounts
- editor for organizational units (OU)
- editor for organizational units
- schema browser
- tree view
- LDAP browser
- multiple configuration files
- multi-language support (Catalan, Chinese (Traditional + Simplified),
Czech, Dutch, English, French, German, Hungarian, Italian, Japanese, Polish,
Portuguese, Russian and Spanish)
-support for LDAP+SSL/TLS
- multi-language support
- support for LDAP+SSL/TLS
WWW: http://lam.sourceforge.net/

File diff suppressed because it is too large Load diff