* Sat Apr 06 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- fix permission [SME: 12596] - fix horde.mysql_set_password [SME: 12593]
This commit is contained in:
parent
119589ed73
commit
a14668272e
@ -0,0 +1,3 @@
|
|||||||
|
UID="root"
|
||||||
|
GID="root"
|
||||||
|
PERMS=0400
|
@ -1,11 +1,6 @@
|
|||||||
CONNECT mysql;
|
CREATE USER IF NOT EXISTS horde@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD("{$horde{DbPassword}}") ;
|
||||||
|
GRANT ALL PRIVILEGES ON horde.* TO horde@localhost ;
|
||||||
REPLACE INTO user (host, user, password)
|
SET PASSWORD FOR horde@localhost = PASSWORD("{$horde{DbPassword}}");
|
||||||
VALUES (
|
|
||||||
'localhost',
|
|
||||||
'horde',
|
|
||||||
password('{$horde{DbPassword}}')
|
|
||||||
);
|
|
||||||
|
|
||||||
FLUSH PRIVILEGES;
|
FLUSH PRIVILEGES;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Summary: e-smith specific Horde configuration and templates.
|
|||||||
%define name smeserver-horde
|
%define name smeserver-horde
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 3
|
%define release 4
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -53,6 +53,10 @@ Requires: php-pear-XML-RPC2
|
|||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 06 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
|
||||||
|
- fix permission [SME: 12596]
|
||||||
|
- fix horde.mysql_set_password [SME: 12593]
|
||||||
|
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
||||||
- Set license file to GPL2.0 [SME: 12577]
|
- Set license file to GPL2.0 [SME: 12577]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user