summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-06 17:24:07 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:49:20 +0100
commit2d66c2eee2e4364a52d5436b61759ef990108230 (patch)
tree0172ec34bb3775338eed05ab5f3ee5493f2f4321 /src/db/sysdb.h
parent58fd3aa25c5292bc67432647ab7e5059439fcc6d (diff)
downloadsssd-2d66c2eee2e4364a52d5436b61759ef990108230.tar.gz
sssd-2d66c2eee2e4364a52d5436b61759ef990108230.tar.xz
sssd-2d66c2eee2e4364a52d5436b61759ef990108230.zip
Pass domain to sysdb_get<pwu/grg><id() functions
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 0c15cc663..350bb8db9 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -461,6 +461,7 @@ int sysdb_getpwnam(TALLOC_CTX *mem_ctx,
int sysdb_getpwuid(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
uid_t uid,
struct ldb_result **res);
@@ -476,6 +477,7 @@ int sysdb_getgrnam(TALLOC_CTX *mem_ctx,
int sysdb_getgrgid(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
gid_t gid,
struct ldb_result **res);