Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-23 | Handle expired passwords like other PAM modules | Sumit Bose | 2 | -19/+51 | |
So far we handled expired password during authentication. Other PAM modules typically detect expired password during account management and return PAM_NEW_AUTHTOK_REQD if the password is expired and should be changed. The PAM library then calls the change password routines. To meet these standards pam_sss is change accordingly. As a result it is now possible to update an expired password via ssh if sssd is running with PasswordAuthentication=yes. One drawback due to limitations of PAM is that the user now has to type his current password again before setting a new one. | |||||
2010-02-19 | Add documentation for PAM response messages | Sumit Bose | 1 | -19/+200 | |
2010-02-18 | Fix bad merge | Stephen Gallagher | 2 | -0/+839 | |
Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly. | |||||
2010-02-18 | Fix licensing issues for sss_client | Stephen Gallagher | 5 | -30/+72 | |
2010-02-18 | Build all manpages from a single location | Stephen Gallagher | 1 | -97/+0 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 11 | -0/+3299 | |
Also update BUILD.txt |