diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-17 22:53:15 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-17 22:53:15 +0100 |
commit | 8c1cf5a23133e05945e88b1ced2f6159eedda617 (patch) | |
tree | fbb319317d8e1976e4b000bcc662933beeaa0def /nslcd.h | |
parent | f84c272a08d5394f3ee57bc75d4bdfae96c498f9 (diff) |
add a little bit more documentation
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@225 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r-- | nslcd.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ nslcd.h - file describing client/server protocol Copyright (C) 2006 West Consulting - Copyright (C) 2006 Arthur de Jong + Copyright (C) 2006, 2007 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -36,6 +36,8 @@ A response looks like: int32 NSLCD_VERSION int32 NSLCD_ACTION_* (the original request type) + [result(s)] + A result looks like: int32 NSLCD_RESULT_* (response code) [result value(s)] If a response would return multiple values (e.g. for NSLCD_ACTION_*_ALL @@ -154,7 +156,9 @@ NSLCD_INT32(SHADOW_EXPIRE) \ NSLCD_INT32(SHADOW_FLAG) -/* The current version of the protocol. */ +/* The current version of the protocol. Note that version 1 + is experimental and this version will be used until a + 1.0 release of nss-ldapd is made. */ #define NSLCD_VERSION 1 /* Request types. */ |