From a5a4e5b4836fdd693bab6e1c7f9d633d1440447d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 6 Jan 2013 18:27:50 -0500 Subject: Add domain to sysdb_search_user_by_uid() Also remove unused sysdb_search_domuser_by_uid() --- src/db/sysdb.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index b744ac24b..333c94aed 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -385,11 +385,6 @@ errno_t sysdb_master_domain_add_info(struct sysdb_ctx *sysdb, struct sysdb_subdom *domain_info); -errno_t sysdb_search_domuser_by_uid(TALLOC_CTX *mem_ctx, - struct sss_domain_info *domain, - uid_t uid, - const char **attrs, - struct ldb_message **msg); errno_t sysdb_store_domuser(struct sss_domain_info *domain, const char *name, const char *pwd, @@ -554,6 +549,7 @@ int sysdb_search_user_by_name(TALLOC_CTX *mem_ctx, int sysdb_search_user_by_uid(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, uid_t uid, const char **attrs, struct ldb_message **msg); -- cgit