summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-07-19 12:26:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-11 22:21:40 +0200
commitdf4bb9a21df03787383b8f684afbe04750368280 (patch)
treefe6d0d99b2072d89d23968b81732da877fe29051 /src/providers/ldap/ldap_common.h
parentaf7f51113a17b8e035569350ca25e3c92aa85d2c (diff)
downloadsssd-1.9.2-119.el6.tar.gz
sssd-1.9.2-119.el6.tar.xz
sssd-1.9.2-119.el6.zip
providers: refresh expired netgroupssssd-1.9.2-119.el6
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 86079fa6a..05dd6c84a 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -235,4 +235,12 @@ sdap_set_sasl_options(struct sdap_options *id_opts,
char *default_realm,
const char *keytab_path);
+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_ */