summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-30 10:25:41 +0100
committerVolker Lendecke <vl@samba.org>2010-01-02 12:09:05 +0100
commitd05e17f875300615c0b8543291e7e021448ddff1 (patch)
tree4e25e85095f2bcabd3248c3a894a101305a80a7f /source3/winbindd/winbindd_proto.h
parent504754856eed363dde28cdff821c086754deb7f8 (diff)
downloadsamba-d05e17f875300615c0b8543291e7e021448ddff1.tar.gz
samba-d05e17f875300615c0b8543291e7e021448ddff1.tar.bz2
samba-d05e17f875300615c0b8543291e7e021448ddff1.zip
s3: Introduce domain_is_forest_root() helper function
Hopefully this makes the flag tests a bit more understandable
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 263e326917..cf429c764f 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -413,6 +413,7 @@ enum winbindd_result winbindd_dual_pam_chng_pswd_auth_crap(struct winbindd_domai
struct winbindd_domain *domain_list(void);
void free_domain_list(void);
+bool domain_is_forest_root(const struct winbindd_domain *domain);
void rescan_trusted_domains(struct tevent_context *ev, struct tevent_timer *te,
struct timeval now, void *private_data);
enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain,