diff options
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index e180b682..5f406e31 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -384,11 +384,6 @@ errno_t sysdb_master_domain_get_info(TALLOC_CTX *mem_ctx, errno_t sysdb_master_domain_add_info(struct sysdb_ctx *sysdb, struct sysdb_subdom *domain_info); - -errno_t sysdb_delete_domuser(struct sss_domain_info *domain, - const char *name, uid_t uid); - - errno_t sysdb_delete_domgroup(struct sss_domain_info *domain, const char *name, gid_t gid); @@ -762,6 +757,7 @@ int sysdb_search_users(TALLOC_CTX *mem_ctx, struct ldb_message ***msgs); int sysdb_delete_user(struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *name, uid_t uid); int sysdb_search_groups(TALLOC_CTX *mem_ctx, |