diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-30 17:21:25 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-30 17:21:25 +0100 |
commit | f9ff7058ac03aeb856220e16a5d64f5602e7a985 (patch) | |
tree | 2d174145e5223e02f0ff6c6e79f13440f4a845aa /nslcd.h | |
parent | af351c17d1507d1bd54dfc7c540abfed0c51fa19 (diff) |
get first working version of end-to-end test of nss call using simple test program
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@32 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r-- | nslcd.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -29,7 +29,6 @@ int32 NSLCD_RT_* int32 length(name) ... name - int32 NSLCD_MAGIC (any messages not fitting this should be ignored closing the connection) A response looks like: @@ -141,10 +140,6 @@ return NSLCD_RS_* /* The current version of the protocol. */ #define NSLCD_VERSION 1 -/* The magic number passed back and forth. This is to reducte the change of - handling non-valid requests (e.g. some random data). */ -#define NSLCD_MAGIC 0x8642 - /* Request types. */ #define NSLCD_RT_GETPWBYNAME 1001 #define NSLCD_RT_GETPWBYUID 1002 |