From d0a10e530823d6d8eff31ef164eee9ba2fb71c63 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 22 Apr 2012 13:59:57 -0400 Subject: LDAP: Initialize ID mapping when configured --- src/providers/ldap/sdap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/ldap/sdap.h') 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; -- cgit