summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-06 18:27:50 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:49:20 +0100
commita5a4e5b4836fdd693bab6e1c7f9d633d1440447d (patch)
treea58ee3c7c5d78da5350817d5c02ede740a586f49 /src/db/sysdb.h
parent2ce00e0d3896bb42db169d1e79553a81ca837a22 (diff)
downloadsssd-a5a4e5b4836fdd693bab6e1c7f9d633d1440447d.tar.gz
sssd-a5a4e5b4836fdd693bab6e1c7f9d633d1440447d.tar.xz
sssd-a5a4e5b4836fdd693bab6e1c7f9d633d1440447d.zip
Add domain to sysdb_search_user_by_uid()
Also remove unused sysdb_search_domuser_by_uid()
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h6
1 files changed, 1 insertions, 5 deletions
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);