From 691b891f3cfbbc443502dfb5279fb66d9e831ac1 Mon Sep 17 00:00:00 2001 From: Guilherme Cantoni Date: Mon, 27 Oct 2014 00:08:16 -0200 Subject: [PATCH] Configuração da autenticação nativa do SEI/SIP --- mysql/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/mysql/Dockerfile b/mysql/Dockerfile index 510236c..9fb9d9c 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -57,6 +57,10 @@ RUN service mysqld start && \ RUN service mysqld start && \ mysql -e "delete from auditoria_protocolo;" sei +# Configuração para utilizar autenticação nativa do SEI/SIP +RUN service mysqld start && \ + mysql -e "update orgao set sin_autenticar='N' where id_orgao=0;" sip + # Alteração das configurações padrões do MySQL RUN service mysqld start && \ mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;" -- libgit2 0.21.2