summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-06-03 10:14:33 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-06-03 10:14:33 +0000
commitca8057cc918ac14a16b3ddb9c28aeda523f824bf (patch)
tree5a4660d22f8d78af47174f2b97be0f33d996ba87 /nslcd.h
parent96da2359e48ad6a32c0da3128e90d730ded2331b (diff)
change PAM authorisation request to also include ruser, rhost and tty (based on OpenLDAP cvs, r916 in nss-pam-ldapd branch)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@919 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/nslcd.h b/nslcd.h
index 437c874..1e6f113 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -202,8 +202,11 @@
STRING authorisation error message */
#define NSLCD_ACTION_PAM_AUTHC 20001
-/* PAM authorisation check request. This request does not have any extra
- request values. The result value ends with:
+/* PAM authorisation check request. The extra request values are:
+ STRING ruser
+ STRING rhost
+ STRING tty
+ and the result value ends with:
INT32 authz NSLCD_PAM_* result code
STRING authorisation error message */
#define NSLCD_ACTION_PAM_AUTHZ 20002