summaryrefslogtreecommitdiff
path: root/libcli/auth/pam_errors.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13pam: map more NT password errors to PAM errorsBjörn Jacke1-1/+5
NT_STATUS_ACCOUNT_DISABLED, NT_STATUS_PASSWORD_RESTRICTION, NT_STATUS_PWD_HISTORY_CONFLICT, NT_STATUS_PWD_TOO_RECENT, NT_STATUS_PWD_TOO_SHORT now map to PAM_AUTHTOK_ERR (Authentication token manipulation error), which is the closest match. BUG: https://bugzilla.samba.org/show_bug.cgi?id=2210 Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed by: Jeremy Allison <jra@samba.org>
2011-02-08pam: share pam errors in a common location.Günther Deschner1-0/+139
Guenther