From 1187a07ed4207c1c326fdf83915dddfe472b8620 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Jan 2013 14:55:05 -0500 Subject: Add sysdb_subdomain_store() function Replaces sysdb_add_subdomain_attributes and is a public sysdb interface. --- src/db/sysdb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index c6a70483..98cf6bcd 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -369,10 +369,15 @@ errno_t sysdb_get_subdomains(TALLOC_CTX *mem_ctx, errno_t sysdb_domain_create(struct sysdb_ctx *sysdb, const char *domain_name); +errno_t sysdb_subdomain_store(struct sysdb_ctx *sysdb, + const char *name, const char *realm, + const char *flat_name, const char *domain_id); + errno_t sysdb_update_subdomains(struct sss_domain_info *domain, int num_subdoms, struct sysdb_subdom *subdoms); + errno_t sysdb_master_domain_update(struct sss_domain_info *domain); errno_t sysdb_master_domain_add_info(struct sss_domain_info *domain, -- cgit