summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-05-14 15:00:05 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-10 20:30:57 +0200
commit7b5e7e539ae9312ab55d75aa94feaad549b2a708 (patch)
tree139a057c8e0a57e57360a7dd060cad8d42339859 /src/providers/ldap/ldap_common.h
parent0cf0e2d758d09e9b314ba72ce6638df10b258462 (diff)
downloadsssd-7b5e7e539ae9312ab55d75aa94feaad549b2a708.tar.gz
sssd-7b5e7e539ae9312ab55d75aa94feaad549b2a708.tar.xz
sssd-7b5e7e539ae9312ab55d75aa94feaad549b2a708.zip
providers: refresh expired netgroups
https://fedorahosted.org/sssd/ticket/1713
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 8960bce1e..7a7083011 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -284,4 +284,12 @@ struct sdap_id_ctx *
sdap_id_ctx_new(TALLOC_CTX *mem_ctx, struct be_ctx *bectx,
struct sdap_service *sdap_service);
+struct tevent_req *sdap_refresh_netgroups_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct be_ctx *be_ctx,
+ char **names,
+ void *pvt);
+
+errno_t sdap_refresh_netgroups_recv(struct tevent_req *req);
+
#endif /* _LDAP_COMMON_H_ */