Magellan Linux

Contents of /trunk/systemd/login-manager.pamd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1510 - (show annotations) (download)
Fri Aug 26 21:38:00 2011 UTC (12 years, 8 months ago) by niro
File size: 191 byte(s)
-added pam config to use pam_systemd for login-manager
1 #%PAM-1.0
2 auth include system-auth
3 auth required pam_nologin.so
4 account include system-auth
5 password include system-auth
6 session include system-auth
7 session required pam_systemd.so
8