Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the control file to support EL 6 installs. (#441) | Max Illfelder | 2017-07-28 | 1 | -3/+6 |
| | | | | | On EL 6, service is present, but doesn't return the expected output. Instead of failing to restart the service, try to use a different supported mechanism. | ||||
* | Fix nss package versions. (#439) | Zach Marano | 2017-07-17 | 3 | -3/+3 |
| | |||||
* | Fix package versions. (#438) | Zach Marano | 2017-07-17 | 3 | -1/+13 |
| | |||||
* | Bump versions (#437) | Zach Marano | 2017-07-17 | 2 | -2/+2 |
| | |||||
* | Restart nscd when the daemon is running. (#433) | Max Illfelder | 2017-07-06 | 1 | -93/+106 |
| | | | | | Create a generalized function for restarting services across distros. Restarting nscd prevents the need for a reboot after installation of the OS Login package. | ||||
* | Add check for SLES to restart sshd. (#432) | Zach Marano | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Retry HTTP requests if error 500 is received. (#431) | Danny Jones | 2017-07-05 | 1 | -6/+16 |
| | | | | | | | HTTP response code 500 is likely a transient error. This is worth retrying for to make the guest code a bit more resilient. The retry count is currently set to 1 to reduce the risk of blocking various nss methods in the event of a persistent backend failure. | ||||
* | On Debian/Ubuntu based systems, the service name is ssh. (#430) | Zach Marano | 2017-07-05 | 1 | -0/+4 |
| | |||||
* | Update selinux rules for the sudoers change. (#427) | Rick Wright | 2017-06-23 | 6 | -20/+31 |
| | | | | Also, change the makefile to build the selinux policy from source instead of checking in the binary. | ||||
* | Update sudoers directory location and permission. (#425) | Max Illfelder | 2017-06-23 | 2 | -5/+9 |
| | | | We will make a followup PR to update the SELinux context for EL distros. | ||||
* | Fix location of version on NSS module in rpm build. (#422) | Rick Wright | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Update versioning for OS Login package. (#421) | Rick Wright | 2017-06-22 | 24 | -14/+109 |
| | | | | | Return starting version to 1.0.0 and modify the name of the nss module to have the version number before the .so. Also, create separate debian directories for Debian 8 and Debian 9. | ||||
* | Add a conditional dependency to build on Debian 9. (#420) | Max Illfelder | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | Fix the OS Login RPM packaging. (#419) | Rick Wright | 2017-06-21 | 8 | -12/+86 |
| | | | | | Add SELinux settings and support for EL 6. Replace hardcoded /lib64 with ${_lib} and remove references to /usr/local/bin. | ||||
* | Linux Guest Environment for OS Login. (#417) | Max Illfelder | 2017-06-15 | 22 | -0/+1820 |