Login manager
From HandWiki
A login manager is a login system for Unix and Unix-like operating systems. It comprises a login daemon, a login user interface, and a system for tracking login sessions.[1] When a user tries to log in, the login manager passes the user's credentials to an authentication system.
Since an X display manager is a graphical user interface for login, some people use the terms display manager and login manager synonymously.[2]
systemd, an init daemon for Linux, has an integrated login manager; its login daemon is called logind.[3] systemd's login manager is a replacement for the no longer maintained ConsoleKit.[4]
See also
References
- ↑ "Configuring Login Manager". Solaris Common Desktop Environment: Advanced User's and System Administrator's Guide. Palo Alto: Sun Microsystems. 2000. https://docs.oracle.com/cd/E19455-01/806-1361/6jaldfjib/. Retrieved 26 July 2013.
- ↑ "Display Manager". Arch Linux. 23 July 2005. https://wiki.archlinux.org/index.php/Display_Manager.
- ↑ "systemd-logind.service". https://www.freedesktop.org/software/systemd/man/latest/systemd-logind.service.html.
- ↑ "ConsoleKit". https://www.freedesktop.org/wiki/Software/ConsoleKit/.
Original source: https://en.wikipedia.org/wiki/Login manager.
Read more |