summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-09-19 18:49:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:40 -0500
commit7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1 (patch)
tree27beb86f10f8a94e967a3e1a67b4a3f507b96906 /source3/nsswitch/winbindd_nss.h
parenteb93fc968daa42bc87cb7f5bb62ed65624a4c774 (diff)
downloadsamba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.tar.gz
samba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.tar.bz2
samba-7bd1888cdf95b0e32fe1a2993d7bcb2b16e475b1.zip
r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention.de>.
Jeremy. (This used to be commit 6795c818a3d63737d5b40faffa3a0b91c71b427b)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index cf0fae74a0..d012811d37 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -172,6 +172,8 @@ typedef struct winbindd_gr {
/* This is a flag that can only be sent from parent to child */
#define WBFLAG_IS_PRIVILEGED 0x0400
+/* Flag to say this is a winbindd internal send - don't recurse. */
+#define WBFLAG_RECURSE 0x0800
/* Winbind request structure */