diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-09 22:21:21 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-09 22:21:21 +0800 |
commit | f0086c9c323b72c6450d78a597f9826f805abe26 (patch) | |
tree | 0354adfb2df2306bc4affe4ab7520f6e5bc2d0f0 /sysutils/ldap-account-manager | |
parent | bb46f3557dcbcd0aab2a7d64c194760f36382e07 (diff) | |
download | freebsd-ports-gnome-f0086c9c323b72c6450d78a597f9826f805abe26.tar.gz freebsd-ports-gnome-f0086c9c323b72c6450d78a597f9826f805abe26.tar.zst freebsd-ports-gnome-f0086c9c323b72c6450d78a597f9826f805abe26.zip |
Update LDAP-Account-Manager to 0.4
Freshmeat announcement:
This release has an improved design, improved documentation, the
ability to edit group members directly, support for several password
hashes (CRYPT, SHA, SSHA, MD5, SMD5, and PLAIN), and PDF output for
groups and hosts. A possible error which could delete entries if the
objectclass didn't fit has been fixed. Many Samba 3.0-related bugs,
most related to SIDs, have been fixed.
PR: 58699
Submitted By: MAINTAINER
Diffstat (limited to 'sysutils/ldap-account-manager')
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 7 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/pkg-plist | 13 |
3 files changed, 17 insertions, 5 deletions
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 4f3c176a1c04..6b8909d3db51 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -6,11 +6,11 @@ # PORTNAME= LDAP-Account-Manager -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lam -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-0 MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server @@ -49,7 +49,8 @@ WWW_USER?= www WWW_GROUP?= www WWW_DIR= config graphics help lib locale sess style templates DOC_FILES= COPYING HISTORY INSTALL README TODO docs/README.fpdf \ - docs/README.lamdaemon.pl docs/README.openldap docs/README.shells + docs/README.openldap docs/README.shells docs/README.hosts \ + docs/README.security docs/README.lamdaemon.pl CVS_DIRS= ${WRKSRC}/lib/font/CVS ${WRKSRC}/lib/font/makefont/CVS diff --git a/sysutils/ldap-account-manager/distinfo b/sysutils/ldap-account-manager/distinfo index dcc5b849fefa..68b091ae95ca 100644 --- a/sysutils/ldap-account-manager/distinfo +++ b/sysutils/ldap-account-manager/distinfo @@ -1 +1 @@ -MD5 (LDAP-Account-Manager-0.3-1.tar.gz) = ad0296a4dfed74785722fd89dfae429b +MD5 (LDAP-Account-Manager-0.4-0.tar.gz) = 6d2a5320f493350ce2bdf078e9f6cdb6 diff --git a/sysutils/ldap-account-manager/pkg-plist b/sysutils/ldap-account-manager/pkg-plist index 3d089a549166..24d8ef8f96da 100644 --- a/sysutils/ldap-account-manager/pkg-plist +++ b/sysutils/ldap-account-manager/pkg-plist @@ -9,6 +9,10 @@ %%WWWROOT%%/config/shells %%WWWROOT%%/graphics/banner.jpg %%WWWROOT%%/graphics/printLogo.jpg +%%WWWROOT%%/graphics/select.png +%%WWWROOT%%/graphics/error.png +%%WWWROOT%%/graphics/info.png +%%WWWROOT%%/graphics/warn.png %%WWWROOT%%/help/extFileExample.php %%WWWROOT%%/help/help_numbers.assign %%WWWROOT%%/help/help.inc @@ -64,6 +68,7 @@ %%WWWROOT%%/templates/profedit/profilehost.php %%WWWROOT%%/templates/profedit/profilemain.php %%WWWROOT%%/templates/profedit/profileuser.php +%%WWWROOT%%/templates/profedit/profilegroup.php %%WWWROOT%%/templates/config/conflogin.php %%WWWROOT%%/templates/config/confmain.php %%WWWROOT%%/templates/config/confsave.php @@ -76,10 +81,13 @@ %%WWWROOT%%/templates/massdetail.php %%WWWROOT%%/templates/domain.php %%WWWROOT%%/templates/initsuff.php -%%WWWROOT%%/templates/account.php %%WWWROOT%%/templates/masscreate.php %%WWWROOT%%/templates/delete.php %%WWWROOT%%/templates/help.php +%%WWWROOT%%/templates/account/hostedit.php +%%WWWROOT%%/templates/account/useredit.php +%%WWWROOT%%/templates/account/groupedit.php +%%WWWROOT%%/templates/getpdf.php %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/INSTALL @@ -89,6 +97,8 @@ %%PORTDOCS%%%%DOCSDIR%%/README.lamdaemon.pl %%PORTDOCS%%%%DOCSDIR%%/README.openldap %%PORTDOCS%%%%DOCSDIR%%/README.shells +%%PORTDOCS%%%%DOCSDIR%%/README.hosts +%%PORTDOCS%%%%DOCSDIR%%/README.security @dirrm %%PORTDOCS%%%%DOCSDIR%% @dirrm %%WWWROOT%%/graphics @dirrm %%WWWROOT%%/help @@ -99,6 +109,7 @@ @dirrm %%WWWROOT%%/locale/de_DE @dirrm %%WWWROOT%%/locale @dirrm %%WWWROOT%%/style +@dirrm %%WWWROOT%%/templates/account @dirrm %%WWWROOT%%/templates/lists @dirrm %%WWWROOT%%/templates/profedit @dirrm %%WWWROOT%%/templates/config |