mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
X logins should be recorded in lastlog / wtmp / utmp. I have no idea why
this wasn't there already... it makes much more sense this way. MFC after: 2 weeks
This commit is contained in:
parent
2274441da6
commit
394fc87351
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ account required pam_unix.so
|
|||
|
||||
# session
|
||||
#session required pam_ssh.so want_agent
|
||||
session required pam_permit.so
|
||||
session required pam_lastlog.so no_fail
|
||||
|
||||
# password
|
||||
password required pam_deny.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue