aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/entrance/fix-auth-mode.patch
blob: 46e530b2566a290d67ca8f32fc42bd275f6e55a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: entrance-0.9.0.009/data/config/build_config.sh.in
===================================================================
--- entrance-0.9.0.009.orig/data/config/build_config.sh.in
+++ entrance-0.9.0.009/data/config/build_config.sh.in
@@ -44,7 +44,7 @@
 rm -f $DB || exit 1
 
 # set auth to 1 for pam, 2 for shadow
-ecore_config -c $DB  -k /entrance/auth -i @auth_mode@
+ecore_config -c $DB  -k /entrance/auth -i 0
 
 # uncomment the below to enable experimental OpenGL hardware acceleration
 #ecore_config -c $DB -k /entrance/engine -i 1