From 8aa16847a1f2cf9213be0497562395986ce2e9c7 Mon Sep 17 00:00:00 2001 From: Lucas Stauder Date: Sun, 15 Sep 2024 09:43:21 +0000 Subject: [PATCH] fix: disable smartcard authentication on gdm3 --- .../etc/gdm3/greeter.conf.d/1-disable-smartcard-login.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 includes.container/etc/gdm3/greeter.conf.d/1-disable-smartcard-login.conf diff --git a/includes.container/etc/gdm3/greeter.conf.d/1-disable-smartcard-login.conf b/includes.container/etc/gdm3/greeter.conf.d/1-disable-smartcard-login.conf new file mode 100644 index 0000000..8070286 --- /dev/null +++ b/includes.container/etc/gdm3/greeter.conf.d/1-disable-smartcard-login.conf @@ -0,0 +1,2 @@ +[org/gnome/login-screen] +enable-smartcard-authentication=false