summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-08-12 15:06:18 +0000
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 11:31:59 +0200
commitb14bb427a2aa7f8806facad5c5d8f6978f1c97a9 (patch)
tree817b6349ac4da62869e31616520aae8d6e4bd22b /src/providers/ldap/sdap.h
parent2969084519478a5ad75ba44d6039941216a7572c (diff)
downloadsssd-b14bb427a2aa7f8806facad5c5d8f6978f1c97a9.tar.gz
sssd-b14bb427a2aa7f8806facad5c5d8f6978f1c97a9.tar.xz
sssd-b14bb427a2aa7f8806facad5c5d8f6978f1c97a9.zip
Make LDAP extra attributes available to IPA and AD
https://fedorahosted.org/sssd/ticket/2073 Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 7f8911744..178aecce1 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -476,6 +476,14 @@ int sdap_extend_map(TALLOC_CTX *memctx,
struct sdap_attr_map **_map,
size_t *_new_size);
+int sdap_extend_map_with_list(TALLOC_CTX *mem_ctx,
+ struct sdap_options *opts,
+ int extra_attr_index,
+ struct sdap_attr_map *src_map,
+ size_t num_entries,
+ struct sdap_attr_map **_map,
+ size_t *_new_size);
+
int sdap_get_map(TALLOC_CTX *memctx,
struct confdb_ctx *cdb,
const char *conf_path,