summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:23:22 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:23:22 +0200
commitac67376a47ed52374641e7a4f6fd97712fe5171b (patch)
tree23a7cfc6d26e1c5c7f2dbc0f12a382bc07bc8dc3 /src/providers/ldap/sdap.h
parent08145755f66e83c304e11228c2b610a09576dd81 (diff)
downloadsssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.tar.gz
sssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.tar.xz
sssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.zip
Revert "IPA: new attribute map for non-posix groups"
This reverts commit 4c560e7b98e7ab71d22be24d2fbc468396cb634f.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 94048bfc7..6bab0e1c1 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -302,16 +302,6 @@ enum sdap_group_attrs {
SDAP_OPTS_GROUP /* attrs counter */
};
-/* the objectclass must be the first attribute.
- * Functions depend on this */
-enum sdap_np_group_attrs {
- SDAP_OC_NP_GROUP = 0,
- SDAP_AT_NP_GROUP_NAME,
- SDAP_AT_NP_GROUP_MEMBER,
-
- SDAP_OPTS_NP_GROUP /* attrs counter */
-};
-
enum sdap_netgroup_attrs {
SDAP_OC_NETGROUP = 0,
SDAP_AT_NETGROUP_NAME,
@@ -424,7 +414,6 @@ struct sdap_options {
struct sdap_attr_map *user_map;
size_t user_map_cnt;
struct sdap_attr_map *group_map;
- struct sdap_attr_map *np_group_map;
struct sdap_attr_map *netgroup_map;
struct sdap_attr_map *service_map;