summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-10-12 09:14:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-23 14:19:53 -0500
commit7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2 (patch)
treecd143ed207c35e2c40070d45cd26397dc82b08ca /src/providers/ldap/ldap_common.h
parente369fc08906383e6d5c39832f31bb6600a33f887 (diff)
downloadsssd-7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2.tar.gz
sssd-7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2.tar.xz
sssd-7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2.zip
Renamed some LDAP routines
These were renamed just ot make sure they are not mistook for IPA netgroup functions.
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index e64b65c24..770ffc8f5 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -136,11 +136,11 @@ struct tevent_req *groups_get_send(TALLOC_CTX *memctx,
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);
+struct tevent_req *ldap_netgroup_get_send(TALLOC_CTX *memctx,
+ struct tevent_context *ev,
+ struct sdap_id_ctx *ctx,
+ const char *name);
+int ldap_netgroup_get_recv(struct tevent_req *req, int *dp_error_out);
/* setup child logging */
int setup_child(struct sdap_id_ctx *ctx);