summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-01-27 22:28:07 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-02-08 21:13:00 +0100
commitb9395c8f5796d899c61b1133aa313c89b89f5e0d (patch)
tree7a3e62906e48b968c4e7b0f27a67f133aeca1f08 /nslcd.h
parent0ae8e560212fbcd0765e2cc48f88259ad821f7ca (diff)
implement a netgroup_all request
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nslcd.h b/nslcd.h
index 21120e2..24b1f14 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -2,7 +2,7 @@
nslcd.h - file describing client/server protocol
Copyright (C) 2006 West Consulting
- Copyright (C) 2006, 2007, 2009, 2010, 2011, 2012 Arthur de Jong
+ Copyright (C) 2006, 2007, 2009, 2010, 2011, 2012, 2013 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
@@ -131,6 +131,7 @@
INT32 NSLCD_NETGROUP_TYPE_END
*/
#define NSLCD_ACTION_NETGROUP_BYNAME 0x00060001
+#define NSLCD_ACTION_NETGROUP_ALL 0x00060008
#define NSLCD_NETGROUP_TYPE_NETGROUP 1
#define NSLCD_NETGROUP_TYPE_TRIPLE 2
#define NSLCD_NETGROUP_TYPE_END 3