Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-18 | Add journald support | Jakub Hrozek | 1 | -0/+13 | |
2013-09-17 | Do not set HAVE_SYSTEMD_LOGIN if libsystemd-login is not available | Sumit Bose | 1 | -1/+1 | |
Even if HAVE_SYSTEMD_LOGIN is set to 0 #ifdef will still see it as defined. | |||||
2013-09-16 | util: Use systemd-login to check user sessions | Simo Sorce | 1 | -0/+4 | |
Use systemd-lgin in preference to check if the user is logged in or not. Fall back to the old method if no systemd-login support is available at compile time or if it returns a fatal error, and can't determine the status of the user on its own. This will allow to consider a user really active (in order to reuse or refresh crdentials) only if it really is logged into the system, and not just if one of the user's processes is stuck around. Resolves: https://fedorahosted.org/sssd/ticket/2084 | |||||
2011-04-12 | Provide a configuration option to use systemd unit file | Jakub Hrozek | 1 | -0/+8 | |
https://fedorahosted.org/sssd/ticket/837 |