From 1826891a4869450994ae82adb60215ca564f9f4d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 6 Jan 2013 17:32:08 -0500 Subject: Add domain option to sysdb_get/netgr/attrs() fns --- src/db/sysdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index fa6c27353..151cd7f98 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -501,6 +501,7 @@ struct sysdb_netgroup_ctx { errno_t sysdb_getnetgr(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *netgroup, struct ldb_result **res); @@ -517,6 +518,7 @@ int sysdb_get_user_attr(TALLOC_CTX *mem_ctx, int sysdb_get_netgroup_attr(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *netgrname, const char **attributes, struct ldb_result **res); -- cgit