summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-12-31 08:42:22 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-12-31 08:42:22 +0000
commitb34401b48ae96da278977bdf6d309a851386cf1c (patch)
treed69eb4c40ab51e728fdc9dae8535ac40bc5ddb8d /source3
parente6de276ff44fe766804cdf95f45e23cdff2ca5d3 (diff)
downloadsamba-b34401b48ae96da278977bdf6d309a851386cf1c.tar.gz
samba-b34401b48ae96da278977bdf6d309a851386cf1c.tar.bz2
samba-b34401b48ae96da278977bdf6d309a851386cf1c.zip
Forgot to commit this for the 'get our primary domain' change.
(This used to be commit 6f3cd9e2af7f1b4bdd7cb0e487987de159bb0dd8)
Diffstat (limited to 'source3')
-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 ea6d93116f..5f09cedfc2 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -95,6 +95,7 @@ struct winbindd_domain {
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 ? */
+ BOOL primary; /* is this our primary domain ? */
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;