summaryrefslogtreecommitdiffstats
path: root/modules-available/remoteaccess
diff options
context:
space:
mode:
authorSimon Rettberg2022-10-02 20:36:00 +0200
committerSimon Rettberg2022-10-02 20:36:00 +0200
commit10c0aafae1025b047c4482a389106d9a856b0484 (patch)
treee174a08dea41790ad6c26113648fb91411b935aa /modules-available/remoteaccess
parent[locationinfo] Proper handling/setting auf SLX_AUTOLOGIN (diff)
downloadslx-admin-10c0aafae1025b047c4482a389106d9a856b0484.tar.gz
slx-admin-10c0aafae1025b047c4482a389106d9a856b0484.tar.xz
slx-admin-10c0aafae1025b047c4482a389106d9a856b0484.zip
[remoteaccess] Force SLX_AUTOLOGIN = OFF in remote access mode
Diffstat (limited to 'modules-available/remoteaccess')
-rw-r--r--modules-available/remoteaccess/baseconfig/getconfig.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/remoteaccess/baseconfig/getconfig.inc.php b/modules-available/remoteaccess/baseconfig/getconfig.inc.php
index 84923dc6..6403538d 100644
--- a/modules-available/remoteaccess/baseconfig/getconfig.inc.php
+++ b/modules-available/remoteaccess/baseconfig/getconfig.inc.php
@@ -42,4 +42,6 @@
ConfigHolder::add('SLX_SCREEN_SAVER_TIMEOUT', '1800', 1000);
}
ConfigHolder::add('SLX_SCREEN_SAVER_GRACE_TIME', '86400', 1000);
+ // Autologin will never work as the machine is immediately in use and will never get assigned
+ ConfigHolder::add('SLX_AUTOLOGIN', 'OFF', 10000);
})($uuid);