entrance: fix autologin

devs/bu5hm4n/session_bug
Michael Bouchaud 9 years ago
parent 44e1a9c892
commit 1872433afa
  1. 1
      src/daemon/entrance.c

@ -403,6 +403,7 @@ main (int argc, char ** argv)
ecore_main_loop_begin();
PT("auth user\n");
#ifdef HAVE_PAM
entrance_pam_init(PACKAGE, dname, NULL);
entrance_pam_item_set(ENTRANCE_PAM_ITEM_USER, entrance_config->userlogin);
#endif
PT("login user\n");

Loading…
Cancel
Save