diff options
| author | Simo Sorce <simo@redhat.com> | 2013-01-07 23:47:44 -0500 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 10:53:02 +0100 |
| commit | 84c986f9bb2767d8930b6f5d92d34b09b8fabe60 (patch) | |
| tree | 7552ac57f6701e1bae11fa977e7eb4bf45b91177 /src/db/sysdb.h | |
| parent | a58ccee5afc802c7560624929614616aeefa9bd0 (diff) | |
| download | sssd-84c986f9bb2767d8930b6f5d92d34b09b8fabe60.tar.gz sssd-84c986f9bb2767d8930b6f5d92d34b09b8fabe60.tar.xz sssd-84c986f9bb2767d8930b6f5d92d34b09b8fabe60.zip | |
Add domain arg to sysdb_search/delete_netgroup()
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 ca82c78ee..de5953c2e 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -771,12 +771,14 @@ int sysdb_delete_group(struct sysdb_ctx *sysdb, int sysdb_search_netgroups(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *sub_filter, const char **attrs, size_t *msgs_count, struct ldb_message ***msgs); int sysdb_delete_netgroup(struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *name); errno_t sysdb_attrs_to_list(TALLOC_CTX *mem_ctx, |
