summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-07 16:48:31 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:49:20 +0100
commite6f266656ead48452673389835125db7a1a34baf (patch)
treefbe97fa8935db8a247c2d9e9c21197329ed17172 /src/db/sysdb.h
parent5d72a91a37273c8c874640906fd2f7a70e606812 (diff)
downloadsssd-e6f266656ead48452673389835125db7a1a34baf.tar.gz
sssd-e6f266656ead48452673389835125db7a1a34baf.tar.xz
sssd-e6f266656ead48452673389835125db7a1a34baf.zip
Add domain arg to sysdb_search_netgroup_by_name()
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index eab3ce073..739842dfb 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -562,6 +562,7 @@ int sysdb_search_group_by_gid(TALLOC_CTX *mem_ctx,
/* Search Netgroup (by name) */
int sysdb_search_netgroup_by_name(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
const char *name,
const char **attrs,
struct ldb_message **msg);