# HG changeset patch # User Hans-G?nter Theisgen # Date 1656497009 -3600 # Node ID e0747fd04e6ad2c8e8ebd7a32b522098d3b713ab # Parent d008cce77ad15e8133c8e70ede95926d26ae1919 updated phpldapadmin (1.2.5 -> 1.2.6.3) diff -r d008cce77ad1 -r e0747fd04e6a phpldapadmin/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phpldapadmin/description.txt Wed Jun 29 11:03:29 2022 +0100 @@ -0,0 +1,9 @@ +PhpLDAPadmin is a web based LDAP data management tool for system administrators. +It is commonly known and referred by many as "PLA". + +A primary goal of PLA is to be as intuitive as possible - so it is certainly +possible for end users to use it as well, for example, to manage their data in +an LDAP server. + +PLA is designed to be compliant with LDAP RFCs, enabling it to be used with any +LDAP server. diff -r d008cce77ad1 -r e0747fd04e6a phpldapadmin/receipt --- a/phpldapadmin/receipt Wed Jun 29 10:56:29 2022 +0100 +++ b/phpldapadmin/receipt Wed Jun 29 11:03:29 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="phpldapadmin" -VERSION="1.2.5" +VERSION="1.2.6.3" CATEGORY="misc" SHORT_DESC="Administration of LDAP over the Web." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://github.com/leenooks/phpLDAPadmin/" +WEB_SITE="https://github.com/leenooks/phpLDAPadmin" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="php-ldap" @@ -35,7 +35,8 @@ ln -s /etc/phpldapadmin $fs/usr/share/phpldapadmin/config mv $fs/etc/phpldapadmin/config.php.example $fs/etc/phpldapadmin/config.php cp $stuff/phpldapadmin.desktop $fs/usr/share/applications - chown -R www.www $fs/usr/share/phpldapadmin $fs/etc/phpldapadmin + chown -R www.www $fs/usr/share/phpldapadmin + chown -R www.www $fs/etc/phpldapadmin chmod 700 $fs/etc/phpldapadmin chmod 600 $fs/etc/phpldapadmin/config.php } @@ -57,7 +58,7 @@ then sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phpldapadmin/" => "/usr/share/phpldapadmin/",|g' -i "$1/etc/lighttpd/lighttpd.conf" if [ -z "$1" ] - then + then # Start Web server. /etc/init.d/lighttpd stop /etc/init.d/lighttpd start