summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-31 12:17:39 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-31 12:17:39 +0000
commitfe8fb00dd57714528535de7e3a8d42f64e7a79aa (patch)
treee8642fbc016b084f6db00950bfb4e6e0d8da784d /nslcd.h
parent93bda65a159e1f03b934fcb7050a5e1fba9bb2b7 (diff)
clear up protocol macros while implementing getpwuid() and {set,get,end}pwent() functions (last not yet on NSS side)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@34 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd.h b/nslcd.h
index c2d4b05..36ab2ae 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -125,7 +125,7 @@
/* Request types. */
#define NSLCD_RT_GETPWBYNAME 1001
#define NSLCD_RT_GETPWBYUID 1002
-#define NSLCD_RT_GETPWDALL 1004
+#define NSLCD_RT_GETPWALL 1004
#define NSLCD_RT_GETGRBYNAME 2003
#define NSLCD_RT_GETGRBYGID 2004
#define NSLCD_RT_GETHOSTBYNAME 3005