summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-09-15 14:05:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:49 -0500
commit07e9f4e61ae909d7ccc7ec7b650438510468829d (patch)
treec1c293453d9893f93dafc61a84db64084b1f36b6 /source3/nsswitch/winbindd.h
parent315ad641c381b0630976eff711f251d1831ffc7c (diff)
downloadsamba-07e9f4e61ae909d7ccc7ec7b650438510468829d.tar.gz
samba-07e9f4e61ae909d7ccc7ec7b650438510468829d.tar.bz2
samba-07e9f4e61ae909d7ccc7ec7b650438510468829d.zip
r18551: Implement a 30 seconds from startup, during which we
try hard to connect a DC even if we might be offline. Jeremy. (This used to be commit a9f115140700487767bafa058db744eea5ee8f77)
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 98c0e12349..1437343965 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -169,6 +169,7 @@ struct winbindd_domain {
BOOL primary; /* is this our primary domain ? */
BOOL internal; /* BUILTIN and member SAM */
BOOL online; /* is this domain available ? */
+ BOOL startup; /* are we in the first 30 seconds after fork ? */
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;