From 7d9f54f5ec7c72336c4f69dbf20d55f1f64b88d2 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 12 Oct 2011 09:14:57 -0400 Subject: Renamed some LDAP routines These were renamed just ot make sure they are not mistook for IPA netgroup functions. --- src/providers/ldap/sdap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ldap/sdap.h') diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index c8eb92819..d25e87bdf 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -299,6 +299,7 @@ struct sdap_options { struct sdap_attr_map *user_map; struct sdap_attr_map *group_map; struct sdap_attr_map *netgroup_map; + struct sdap_attr_map *host_map; /* supported schema types */ enum schema_type { -- cgit