summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-04-07 12:43:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:10 -0500
commitb393469d9581f20e4d4c52633b952ee984cca36f (patch)
tree92472b0af539644013e95f2c55ebba56c072b28f /source/nsswitch/winbindd.h
parent1fae60ab20c5cbe396dc8af1c8c9a98d5683fdf4 (diff)
downloadsamba-b393469d9581f20e4d4c52633b952ee984cca36f.tar.gz
samba-b393469d9581f20e4d4c52633b952ee984cca36f.tar.xz
samba-b393469d9581f20e4d4c52633b952ee984cca36f.zip
r116: volker's patch for local group and group nesting
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 0087d58195d..5c05a1b0457 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/nsswitch/winbindd.h
@@ -97,6 +97,7 @@ struct winbindd_domain {
BOOL native_mode; /* is this a win2k domain in native mode ? */
BOOL active_directory; /* is this a win2k active directory ? */
BOOL primary; /* is this our primary domain ? */
+ BOOL internal; /* BUILTIN and member SAM */
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;