summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-04-17 18:57:27 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-04-17 18:57:27 +0000
commit57b29d91d65182378507e9d5362a1618ee235e38 (patch)
treef3acb2d67614afcfb404ae8e0304a0bcb163c2c1 /nslcd.h
parentcf4e9db220183e5d134d924d3da0107f1e96a65f (diff)
include definitions of PAM-related actions from current OpenLDAP work in nssov
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@830 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nslcd.h b/nslcd.h
index 38b0962..bc2c2d4 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -196,6 +196,11 @@
#define NSLCD_ACTION_SERVICE_ALL 11005
#define NSLCD_ACTION_SHADOW_BYNAME 2001
#define NSLCD_ACTION_SHADOW_ALL 2005
+#define NSLCD_ACTION_PAM_AUTHC 20001
+#define NSLCD_ACTION_PAM_AUTHZ 20002
+#define NSLCD_ACTION_PAM_SESS_O 20003
+#define NSLCD_ACTION_PAM_SESS_C 20004
+#define NSLCD_ACTION_PAM_PWMOD 20005
/* Request result codes. */
#define NSLCD_RESULT_END 3 /* key was not found */