summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-04-29 18:21:30 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-04-29 18:21:30 +0000
commitc8ba52b7945c5445579358cf30f3188a80a9f00f (patch)
tree7aafc3a636050b5d8925136d6298e5cacc70f254 /nslcd.h
parent164bd0df051148e4e85b10c1dd4455c051f5ff9c (diff)
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
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h2
1 files changed, 2 insertions, 0 deletions
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 */