summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 5610897b42..ddf3d9489a 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -454,6 +454,10 @@ struct pdb_methods
TALLOC_CTX *mem_ctx,
const char *domain,
struct pdb_trusted_domain **td);
+ NTSTATUS (*get_trusted_domain_by_sid)(struct pdb_methods *methods,
+ TALLOC_CTX *mem_ctx,
+ struct dom_sid *sid,
+ struct pdb_trusted_domain **td);
NTSTATUS (*set_trusted_domain)(struct pdb_methods *methods,
const char* domain,
const struct pdb_trusted_domain *td);