diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-03 11:03:49 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-03 11:03:49 +0100 |
commit | 3a1886177509b8712e447dbfb65293841a832596 (patch) | |
tree | ef8e38c78dd76d02eef1a28cadebf3914ac847c5 /nslcd.h | |
parent | d61606ab1ddd1d522bd6224b695b51c7f3c37812 (diff) |
small documentation fixes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@61 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r-- | nslcd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,10 +36,10 @@ A response looks like: int32 NSLCD_VERSION int32 NSLCD_ACTION_* (the original request type) - int32 NSLCD_RS_* (response code) + int32 NSLCD_RESULT_* (response code) [result value(s)] If a response would return multiple values (e.g. for NSLCD_ACTION_*_ALL - functions) each return value will be preceded by a NSLCD_RS_* value. + functions) each return value will be preceded by a NSLCD_RESULT_* value. These are the available data types: INT32 - 32-bit integer value |