From c8ba52b7945c5445579358cf30f3188a80a9f00f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 29 Apr 2011 18:21:30 +0000 Subject: support more PAM status codes over the nslcd protocol git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1440 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nslcd.h') diff --git a/nslcd.h b/nslcd.h index d9aa3b8..e87ff04 100644 --- a/nslcd.h +++ b/nslcd.h @@ -252,8 +252,10 @@ #define NSLCD_PAM_NEW_AUTHTOK_REQD 12 /* Password expired */ #define NSLCD_PAM_ACCT_EXPIRED 13 /* Account expired */ #define NSLCD_PAM_SESSION_ERR 14 /* Cannot make/remove session record */ +#define NSLCD_PAM_AUTHTOK_ERR 20 /* Authentication token manipulation error */ #define NSLCD_PAM_AUTHTOK_DISABLE_AGING 23 /* Password aging disabled */ #define NSLCD_PAM_IGNORE 25 /* Ignore module */ #define NSLCD_PAM_ABORT 26 /* Fatal error */ +#define NSLCD_PAM_AUTHTOK_EXPIRED 27 /* authentication token has expired */ #endif /* not _NSLCD_H */ -- cgit v1.2.3