summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-30 16:21:25 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-30 16:21:25 +0000
commitf9ff7058ac03aeb856220e16a5d64f5602e7a985 (patch)
tree2d174145e5223e02f0ff6c6e79f13440f4a845aa /nslcd.h
parentaf351c17d1507d1bd54dfc7c540abfed0c51fa19 (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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nslcd.h b/nslcd.h
index 5c1c943..628c2ac 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -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