0
1
Fork 0

Apache LDAP module enabled

This commit is contained in:
Juan Ferrer 2020-01-22 08:33:54 +01:00
parent fe21919a6e
commit be9a23caca
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.83) stable; urgency=low
hedera-web (1.406.84) stable; urgency=low
* Initial Release.

1
debian/postinst vendored
View File

@ -9,6 +9,7 @@ then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke enmod rewrite
apache2_invoke enmod headers
apache2_invoke enmod authnz_ldap
apache2_invoke enconf hedera-web.conf
fi

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.83",
"version": "1.406.84",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {