mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Set root password for mariadb explicitly
This commit is contained in:
parent
88cf82a98e
commit
765056c071
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ postfix postfix/main_mailer_type select Internet Site
|
|||
postfix postfix/mailname string /etc/mailname
|
||||
mysql-server-5.5 mysql-server/root_password password yunohost
|
||||
mysql-server-5.5 mysql-server/root_password_again password yunohost
|
||||
mariadb-server-10.0 mysql-server/root_password password yunohost
|
||||
mariadb-server-10.0 mysql-server/root_password_again password yunohost
|
||||
nslcd nslcd/ldap-bindpw password
|
||||
nslcd nslcd/ldap-starttls boolean false
|
||||
nslcd nslcd/ldap-reqcert select
|
||||
|
|
Loading…
Add table
Reference in a new issue