[gdm] data: enable smartcard authentication by default



commit d32e0138a0406c5d599e638d9d2e507a4d857511
Author: Ray Strode <rstrode redhat com>
Date:   Mon Jul 29 13:56:43 2013 -0400

    data: enable smartcard authentication by default
    
    It should transparently disable itself it the necessary
    software isn't installed, so don't bother requiring
    admins to toggle it on.
    
    This key (and the ones like it) are mostly good for lock
    down reasons.

 data/org.gnome.login-screen.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.login-screen.gschema.xml.in b/data/org.gnome.login-screen.gschema.xml.in
index b623e7a..03da374 100644
--- a/data/org.gnome.login-screen.gschema.xml.in
+++ b/data/org.gnome.login-screen.gschema.xml.in
@@ -11,7 +11,7 @@
       </_description>
     </key>
     <key name="enable-smartcard-authentication" type="b">
-      <default>false</default>
+      <default>true</default>
       <_summary>
         Whether or not to allow smartcard readers for login
       </_summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]