diff options
Diffstat (limited to 'system-auth.in')
-rw-r--r-- | system-auth.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system-auth.in b/system-auth.in index a80d653..43df701 100644 --- a/system-auth.in +++ b/system-auth.in @@ -35,3 +35,7 @@ password optional pam_permit.so session optional pam_ssh.so #endif #include "system-session.inc" + +#if HAVE_SYSTEMD +-session optional pam_systemd.so +#endif |