]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: 111035
authorSteve Langasek <vorlon@debian.org>
Thu, 3 Aug 2000 19:03:52 +0000 (19:03 +0000)
committerSteve Langasek <vorlon@debian.org>
Thu, 3 Aug 2000 19:03:52 +0000 (19:03 +0000)
commit7e0abd7e80ba3bb7acb5e1436216c90bed8edcd2
tree40b59c235aacba4b6b8990151f34657f4e34e529
parent1604b1f342173581481ae4a673c13fccba4520e3
Relevant BUGIDs: 111035

Purpose of commit: bugfix to pam_unix_auth

Commit summary:
---------------
Fix for 'likeauth' handling in the pam_unix_auth module.  If pam_setcred
needs to return the same value as returned by pam_authenticate, malloc()
space for this return value and pass its address to pam_set_data().
Also, changes pam_sm_setcred() so that it reads this value properly.
modules/pam_unix/pam_unix_auth.c