From b34401b48ae96da278977bdf6d309a851386cf1c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 31 Dec 2003 08:42:22 +0000 Subject: Forgot to commit this for the 'get our primary domain' change. (This used to be commit 6f3cd9e2af7f1b4bdd7cb0e487987de159bb0dd8) --- source3/nsswitch/winbindd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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; -- cgit