summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-10-02 16:13:53 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-20 16:21:28 +0200
commitcc5f7592e4d81f3a7336da20fc681b7e52c103b4 (patch)
tree73a38fbc92f8c5809830958fddddfc5bc8b87b7f /src/db/sysdb.h
parent727d46f4dace666c809310b3f685eef387023f65 (diff)
downloadsssd-cc5f7592e4d81f3a7336da20fc681b7e52c103b4.tar.gz
sssd-cc5f7592e4d81f3a7336da20fc681b7e52c103b4.tar.xz
sssd-cc5f7592e4d81f3a7336da20fc681b7e52c103b4.zip
Add sysdb_get_user_attr_with_views
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 04733f2a8..0d0971d98 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -612,6 +612,12 @@ int sysdb_get_user_attr(TALLOC_CTX *mem_ctx,
const char **attributes,
struct ldb_result **res);
+int sysdb_get_user_attr_with_views(TALLOC_CTX *mem_ctx,
+ struct sss_domain_info *domain,
+ const char *name,
+ const char **attributes,
+ struct ldb_result **res);
+
int sysdb_get_netgroup_attr(TALLOC_CTX *mem_ctx,
struct sss_domain_info *domain,
const char *netgrname,