summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-10-05 13:51:05 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-10-13 09:49:38 -0400
commit619bd403265ce0880989ba6f8324b010949851bc (patch)
tree84c7a2373bc26b8b5c42e94814f2933146d76634 /src/providers/ldap/ldap_common.h
parentd9ed57c641b91c9c499a53329d606d5061ed47d1 (diff)
downloadsssd-619bd403265ce0880989ba6f8324b010949851bc.tar.gz
sssd-619bd403265ce0880989ba6f8324b010949851bc.tar.xz
sssd-619bd403265ce0880989ba6f8324b010949851bc.zip
Implement netgroup support for LDAP provider
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index e2d74e411..63192fb46 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -133,6 +133,12 @@ struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
int attrs_type);
int groups_get_recv(struct tevent_req *req, int *dp_error_out);
+
+struct tevent_req *netgroup_get_send(TALLOC_CTX *memctx,
+ struct tevent_context *ev,
+ struct sdap_id_ctx *ctx,
+ const char *name);
+int netgroup_get_recv(struct tevent_req *req, int *dp_error_out);
/* setup child logging */
int setup_child(struct sdap_id_ctx *ctx);