From ea970794f531d6703ffc342d8d86d48ead5f4915 Mon Sep 17 00:00:00 2001 From: Andrei Rebegea Date: Wed, 7 Nov 2018 17:06:48 +0200 Subject: [PATCH] REPO-3897: DBP SSO: Administrator is always able to log in (#266) --- src/main/resources/alfresco/repository.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/alfresco/repository.properties b/src/main/resources/alfresco/repository.properties index 14d5696005..8932144921 100644 --- a/src/main/resources/alfresco/repository.properties +++ b/src/main/resources/alfresco/repository.properties @@ -653,6 +653,9 @@ authentication.ticket.validDuration=PT1H # For the pre 4.2 behaviour of one ticket per session set this to false. authentication.ticket.useSingleTicketPerUser=true +authentication.alwaysAllowBasicAuthForAdminConsole.enabled=true +authentication.getRemoteUserTimeoutMilliseconds=10000 + # FTP access ftp.enabled=false