wok rev 25136

updated phpldapadmin (1.2.5 -> 1.2.6.3)
author Hans-G?nter Theisgen
date Wed Jun 29 11:03:29 2022 +0100 (22 months ago)
parents d008cce77ad1
children eb2b710f40e2
files phpldapadmin/description.txt phpldapadmin/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/phpldapadmin/description.txt	Wed Jun 29 11:03:29 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +PhpLDAPadmin is a web based LDAP data management tool for system administrators.
     1.5 +It is commonly known and referred by many as "PLA".
     1.6 +
     1.7 +A primary goal of PLA is to be as intuitive as possible - so it is certainly
     1.8 +possible for end users to use it as well, for example, to manage their data in
     1.9 +an LDAP server.
    1.10 +
    1.11 +PLA is designed to be compliant with LDAP RFCs, enabling it to be used with any
    1.12 +LDAP server.
     2.1 --- a/phpldapadmin/receipt	Wed Jun 29 10:56:29 2022 +0100
     2.2 +++ b/phpldapadmin/receipt	Wed Jun 29 11:03:29 2022 +0100
     2.3 @@ -1,15 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="phpldapadmin"
     2.7 -VERSION="1.2.5"
     2.8 +VERSION="1.2.6.3"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Administration of LDAP over the Web."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13 -WEB_SITE="https://github.com/leenooks/phpLDAPadmin/"
    2.14 +WEB_SITE="https://github.com/leenooks/phpLDAPadmin"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
    2.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    2.19  
    2.20  DEPENDS="php-ldap"
    2.21  
    2.22 @@ -35,7 +35,8 @@
    2.23  	ln -s /etc/phpldapadmin $fs/usr/share/phpldapadmin/config
    2.24  	mv $fs/etc/phpldapadmin/config.php.example	$fs/etc/phpldapadmin/config.php
    2.25  	cp $stuff/phpldapadmin.desktop			$fs/usr/share/applications
    2.26 -	chown -R www.www $fs/usr/share/phpldapadmin	$fs/etc/phpldapadmin
    2.27 +	chown -R www.www				$fs/usr/share/phpldapadmin
    2.28 +	chown -R www.www				$fs/etc/phpldapadmin
    2.29  	chmod 700 					$fs/etc/phpldapadmin
    2.30  	chmod 600					$fs/etc/phpldapadmin/config.php
    2.31  }
    2.32 @@ -57,7 +58,7 @@
    2.33  		  then
    2.34  	    		sed -e 's|.*"/examples/" => "/usr/share/examples/",|    "/examples/" => "/usr/share/examples/",\n    "/phpldapadmin/" => "/usr/share/phpldapadmin/",|g' -i "$1/etc/lighttpd/lighttpd.conf"
    2.35  			if [ -z "$1" ]
    2.36 -			 then
    2.37 +			  then
    2.38  				# Start Web server.
    2.39  				/etc/init.d/lighttpd stop
    2.40  				/etc/init.d/lighttpd start