diff options
| author | Simon Rettberg | 2016-02-01 10:46:01 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2016-02-01 10:46:01 +0100 |
| commit | 2029c58d064fe73f4c3340b80542b18b430c0f37 (patch) | |
| tree | 407ac0bb860c8cba2de9b74b658c56efbbd0fa70 /remote | |
| parent | [cron] Remove old vixie-cron tar archive (diff) | |
| download | tm-scripts-2029c58d064fe73f4c3340b80542b18b430c0f37.tar.gz tm-scripts-2029c58d064fe73f4c3340b80542b18b430c0f37.tar.xz tm-scripts-2029c58d064fe73f4c3340b80542b18b430c0f37.zip | |
[rfs-stage31] Don't disable ldap in exam mode
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index 1537e012..5e6d1caf 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -134,9 +134,6 @@ if [ -n "$SLX_EXAM" ]; then # Visual: ssh banner echo "+ - - - - KLAUSURMODUS AKTIV - - - - +" >> "${FUTURE_ROOT}/etc/issue.net" echo "++++++++++++++++++++++++++++++++++++++" >> "${FUTURE_ROOT}/etc/issue.net" - # Disable some services, ldap/ad - rm -- "${FUTURE_ROOT}/etc/systemd/system/network.target.wants/sssd.service" - sed -i 's/ sss//' "${FUTURE_ROOT}/etc/nsswitch.conf" # Disable ctrl-alt-delete rm -- "${FUTURE_ROOT}/usr/lib/systemd/system/ctrl-alt-del.target" # No idleaction |
