summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-04-22 13:59:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-03 14:09:13 -0400
commitd0a10e530823d6d8eff31ef164eee9ba2fb71c63 (patch)
tree2af05573093aba810b5e1a77c5f97677c8475b9c /src/providers/ldap/sdap.h
parent13c88d62a09c152983abc99d989bb077fa987acb (diff)
downloadsssd-d0a10e530823d6d8eff31ef164eee9ba2fb71c63.tar.gz
sssd-d0a10e530823d6d8eff31ef164eee9ba2fb71c63.tar.xz
sssd-d0a10e530823d6d8eff31ef164eee9ba2fb71c63.zip
LDAP: Initialize ID mapping when configured
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 71ae246d0..d72a0edd9 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -357,6 +357,9 @@ struct sdap_options {
struct sdap_attr_map *netgroup_map;
struct sdap_attr_map *service_map;
+ /* ID-mapping support */
+ struct sdap_idmap_ctx *idmap_ctx;
+
/* FIXME - should this go to a special struct to avoid mixing with name-service-switch maps? */
struct sdap_attr_map *sudorule_map;
struct sdap_attr_map *autofs_mobject_map;