From 41312ca166f5192b6e6c507225e4333206d6b5c2 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 25 Feb 2010 14:19:56 +0100 Subject: Code cleanup: remove unused stuff, take 1. --- ipalib/plugins/hbac.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'ipalib/plugins/hbac.py') diff --git a/ipalib/plugins/hbac.py b/ipalib/plugins/hbac.py index 7fbabdc7..b8dacc82 100644 --- a/ipalib/plugins/hbac.py +++ b/ipalib/plugins/hbac.py @@ -39,20 +39,6 @@ class hbac(LDAPObject): ] uuid_attribute = 'ipauniqueid' - attribute_names = { - 'cn': 'name', - 'accessruletype': 'type', - 'ipaenabledflag': 'enabled', - 'servicename': 'service', - 'ipauniqueid': 'unique id', - 'memberuser user': 'affected users', - 'memberuser group': 'affected groups', - 'memberhost host': 'affected hosts', - 'memberhost hostgroup': 'affected hostgroups', - 'sourcehost host': 'affected source hosts', - 'sourcehost hostgroup': 'affected source hostgroups', - } - attribute_order = ['cn', 'accessruletype', 'ipaenabledflag', 'servicename'] attribute_members = { 'memberuser': ['user', 'group'], 'memberhost': ['host', 'hostgroup'], -- cgit