From ca8057cc918ac14a16b3ddb9c28aeda523f824bf Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 3 Jun 2009 10:14:33 +0000 Subject: 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 --- nslcd.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nslcd.h') 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 -- cgit v1.2.3