Forgot to commit this for the 'get our primary domain' change.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 Dec 2003 08:42:22 +0000 (08:42 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Dec 2003 08:42:22 +0000 (08:42 +0000)
(This used to be commit 6f3cd9e2af7f1b4bdd7cb0e487987de159bb0dd8)

source3/nsswitch/winbindd.h

index ea6d93116fe6c75bb1b6f15551975681f8b4fda0..5f09cedfc24f2b697318cec04616ca2de5a7c30c 100644 (file)
@@ -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;