Hello.
I am using FreeBSD 13.1 with mate and Lightdm 1.32 as Display Manager.
I can't get the user to automatically login without having to enter the password.
In the file /usr/local/etc/lightdm/lightdm.conf I have the proper instructions, or so I think:
I don't know if it has something to do with it, but in /var/log/messages I see entries like this:
It fails me since the lightdm package was updated to version 1.32.0. With the previous version it worked fine.
Thanks.
I am using FreeBSD 13.1 with mate and Lightdm 1.32 as Display Manager.
I can't get the user to automatically login without having to enter the password.
In the file /usr/local/etc/lightdm/lightdm.conf I have the proper instructions, or so I think:
Code:
[Seat:*]
type=local
pam-service=lightdm
pam-autologin-service=lightdm-autologin
pam-greeter-service=lightdm-greeter
(.........)
autologin-user=edurios
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false
Code:
lightdm[1563]: in openpam_load_module(): no pam_succeed_if.so found
Thanks.