REPO-3897: DBP SSO: Administrator is always able to log in (#266)

This commit is contained in:
Andrei Rebegea
2018-11-07 17:06:48 +02:00
committed by GitHub
parent ac36f3ec6f
commit ea970794f5

View File

@@ -653,6 +653,9 @@ authentication.ticket.validDuration=PT1H
# For the pre 4.2 behaviour of one ticket per session set this to false. # For the pre 4.2 behaviour of one ticket per session set this to false.
authentication.ticket.useSingleTicketPerUser=true authentication.ticket.useSingleTicketPerUser=true
authentication.alwaysAllowBasicAuthForAdminConsole.enabled=true
authentication.getRemoteUserTimeoutMilliseconds=10000
# FTP access # FTP access
ftp.enabled=false ftp.enabled=false