summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2014-09-10 12:56:54 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-09-15 11:17:27 +0200
commit8d47f715ca63388f2dcbcdf3f2ccdb44e7d47b93 (patch)
treef136f0ad323c96e0c0a970815c78802e5531ecbc /src/providers/ldap/sdap.h
parent10f2902a1a630cdc952263b5dc5f41fb557e2791 (diff)
downloadsssd-8d47f715ca63388f2dcbcdf3f2ccdb44e7d47b93.tar.gz
sssd-8d47f715ca63388f2dcbcdf3f2ccdb44e7d47b93.tar.xz
sssd-8d47f715ca63388f2dcbcdf3f2ccdb44e7d47b93.zip
Use the alternative objectclass in group maps.
Use the alternative group objectclass in queries. Fixes: https://fedorahosted.org/sssd/ticket/2436 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> (cherry picked from commit 7ba70236daccb48432350147d0560b3302518cee) (cherry picked from commit 9e99c000a4e2647328e71b4db272b4b73a7189c5)
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 64d718c1e..8d902f0d5 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -561,4 +561,6 @@ int sdap_get_server_opts_from_rootdse(TALLOC_CTX *memctx,
struct sdap_server_opts **srv_opts);
void sdap_steal_server_opts(struct sdap_id_ctx *id_ctx,
struct sdap_server_opts **srv_opts);
+
+char *sdap_make_oc_list(TALLOC_CTX *mem_ctx, struct sdap_attr_map *map);
#endif /* _SDAP_H_ */