An install on a new compute was working as I wanted. But yesterday I noticed that after a boot it did not ask for user name and password but logged me in without giving question. While this is convenient in many ways but it is a security hole.
How can I get the previous behaviour back?
Running fvwm as window manager
Otherwise no desktop metaphor
50 DISPLAYMANAGER_AUTOLOGIN="paulparker"
51
52 ## Type: yesno
53 ## Default: no
54 #
55 # Allow all users to login without password, but ask for the user, if
56 # DISPLAYMANAGER_AUTOLOGIN is empty.
57 #
58 DISPLAYMANAGER_PASSWORD_LESS_LOGIN="no"
59
60 ## Type: yesno
61 ## Default: no
62 #
63 # Display a combobox for Active Directory domains.
64 #
To require password do we need change to **DISPLAYMANAGER_AUTOLOGIN= No ** ?
Also does line 58 DISPLAY MANAGER require change also ?