summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-04-22 15:29:53 -0500
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:50 -0500
commitde154dcf92ebaed23a33b6849af8aa14dc767a7d (patch)
treeb2d3ef1f425cd3b33d6d709b27989c371bdcd8d0 /source3/nsswitch/libwbclient/wbclient.h
parent5984097e0921996aacad0d6077e7f866f74d8c23 (diff)
downloadsamba-de154dcf92ebaed23a33b6849af8aa14dc767a7d.tar.gz
samba-de154dcf92ebaed23a33b6849af8aa14dc767a7d.tar.bz2
samba-de154dcf92ebaed23a33b6849af8aa14dc767a7d.zip
Mark a domain offline in the wbcDomainInfo structure using the domain_flags.
Use the existing domain_flags fiueld in wbcDomainInfo to set a bit if the domain is marked as offline by Winbind. (This used to be commit 59cfba2c3d6d4594f08cbe3b7295ab36a7cfb044)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index 67fa25691a..f236c43e11 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -139,6 +139,7 @@ struct wbcDomainInfo {
#define WBC_DOMINFO_DOMAIN_NATIVE 0x00000001
#define WBC_DOMINFO_DOMAIN_AD 0x00000002
#define WBC_DOMINFO_DOMAIN_PRIMARY 0x00000004
+#define WBC_DOMINFO_DOMAIN_OFFLINE 0x00000008
/* wbcDomainInfo->trust_flags */