summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-26 12:05:21 +0200
committerMichael Adam <obnox@samba.org>2008-05-26 16:42:24 +0200
commit4de01a909a0b632775866866ca0042a25cb5495e (patch)
tree97ce5078698ea0834d5d0f7719977d87e55cb7ee /source3/include/proto.h
parent09f55d0ef62391946b4f98737c788bce06f58a41 (diff)
downloadsamba-4de01a909a0b632775866866ca0042a25cb5495e.tar.gz
samba-4de01a909a0b632775866866ca0042a25cb5495e.tar.bz2
samba-4de01a909a0b632775866866ca0042a25cb5495e.zip
Add function is_dc_trusted_domain_situation().
This is like is_trusted_domain_situation() except that it does not check for lp_allow_trusted_domains(). Michael (This used to be commit a284c8843528972904d142b573f1170a08c97751)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3d72022b9a..0c770d866c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6271,6 +6271,7 @@ bool pdb_copy_sam_account(struct samu *dst, struct samu *src );
bool pdb_update_bad_password_count(struct samu *sampass, bool *updated);
bool pdb_update_autolock_flag(struct samu *sampass, bool *updated);
bool pdb_increment_bad_password_count(struct samu *sampass);
+bool is_dc_trusted_domain_situation(const char *domain_name);
bool is_trusted_domain_situation(const char *domain_name);
bool get_trust_pw_clear(const char *domain, char **ret_pwd,
const char **account_name, uint32 *channel);