diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-06 17:32:08 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 10:49:20 +0100 |
commit | 1826891a4869450994ae82adb60215ca564f9f4d (patch) | |
tree | a59bb3c354084842a558939f7d1c19e48b21a79b /src/db/sysdb.h | |
parent | a0593a02a5d2c7a8b4dda330a69fb1f10cc12cdb (diff) | |
download | sssd-1826891a4869450994ae82adb60215ca564f9f4d.tar.gz sssd-1826891a4869450994ae82adb60215ca564f9f4d.tar.xz sssd-1826891a4869450994ae82adb60215ca564f9f4d.zip |
Add domain option to sysdb_get/netgr/attrs() fns
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |