r927 should have said: introduce new error codes for situations where we
have long used the wrong ones because neither XSSO not Solaris defined codes that fit the situation. Also, the definition was missing. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@928 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
parent
3ebfd11150
commit
07daaf4bb2
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ enum {
|
|||
PAM_TRY_AGAIN = 27,
|
||||
PAM_MODULE_UNKNOWN = 28,
|
||||
PAM_DOMAIN_UNKNOWN = 29,
|
||||
PAM_BAD_HANDLE = 30, /* OpenPAM extension */
|
||||
PAM_BAD_ITEM = 31, /* OpenPAM extension */
|
||||
PAM_NUM_ERRORS /* OpenPAM extension */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue