diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-06-03 12:14:33 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-06-03 12:14:33 +0200 |
commit | ca8057cc918ac14a16b3ddb9c28aeda523f824bf (patch) | |
tree | 5a4660d22f8d78af47174f2b97be0f33d996ba87 /nslcd.h | |
parent | 96da2359e48ad6a32c0da3128e90d730ded2331b (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.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |