summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-04 21:42:04 +0000
committerGerald Carter <jerry@samba.org>2002-10-04 21:42:04 +0000
commit055e6d1491d56c85f01e70cf83a928fa6492e2aa (patch)
tree15213b550263aff40bcb8ad893213669104d4d10 /source3/nsswitch/winbindd.h
parent9c1b62c0fd06cc65853269db3c63b169daa90664 (diff)
downloadsamba-055e6d1491d56c85f01e70cf83a928fa6492e2aa.tar.gz
samba-055e6d1491d56c85f01e70cf83a928fa6492e2aa.tar.bz2
samba-055e6d1491d56c85f01e70cf83a928fa6492e2aa.zip
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit (This used to be commit 29159c97371c75327e377f9d13406dad46095568)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index dd92ecefe6..4ca59ff1cc 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -90,6 +90,7 @@ struct winbindd_domain {
fstring name; /* Domain name */
fstring alt_name; /* alt Domain name (if any) */
DOM_SID sid; /* SID for this domain */
+ BOOL native_mode; /* is this a win2k domain in native mode ? */
/* Lookup methods for this domain (LDAP or RPC) */