summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-04 15:09:21 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-04 15:45:16 +0100
commit180245fce0f0d73d924ca6a25db3fc78934c40d1 (patch)
treef516ef075f5e2852a4998cf24bffb307f5880bc9 /source4/auth/auth.h
parent0f38bd90722469c6dbf1bcc7f56d3fbf6db3a8e8 (diff)
downloadsamba-180245fce0f0d73d924ca6a25db3fc78934c40d1.tar.gz
samba-180245fce0f0d73d924ca6a25db3fc78934c40d1.tar.bz2
samba-180245fce0f0d73d924ca6a25db3fc78934c40d1.zip
s4:kdc: allow a trusted domain to get kerberos tickets
metze
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index af9ed52f78..360da50f70 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -204,7 +204,8 @@ NTSTATUS authsam_account_ok(TALLOC_CTX *mem_ctx,
struct ldb_message *msg,
struct ldb_message *msg_domain_ref,
const char *logon_workstation,
- const char *name_for_logs);
+ const char *name_for_logs,
+ bool allow_domain_trust);
struct auth_session_info *system_session(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
NTSTATUS authsam_make_server_info(TALLOC_CTX *mem_ctx, struct ldb_context *sam_ctx,
const char *netbios_name,