summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2015-02-13 13:16:04 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-08 22:27:02 +0100
commitb0d3164ca2bd842e176268c26935c5ce54f7f76e (patch)
tree758eeb38df192e07001a025e15998cf4d8a1c3e1 /src/providers/ldap/ldap_common.h
parent79ee5fbacd6ee4153fa59edf5b1ae55b4f020211 (diff)
downloadsssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.tar.gz
sssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.tar.xz
sssd-b0d3164ca2bd842e176268c26935c5ce54f7f76e.zip
be_refresh: refresh all domains in backend
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 889d5b118..c377b7c2a 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -327,6 +327,7 @@ sdap_id_ctx_new(TALLOC_CTX *mem_ctx, struct be_ctx *bectx,
struct tevent_req *sdap_refresh_netgroups_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct be_ctx *be_ctx,
+ struct sss_domain_info *domain,
char **names,
void *pvt);