summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/automount.py
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-02-25 14:19:56 +0100
committerRob Crittenden <rcritten@redhat.com>2010-03-01 16:53:30 -0500
commit41312ca166f5192b6e6c507225e4333206d6b5c2 (patch)
tree9d93678bcc83647ba333fa08def368668a142bfd /ipalib/plugins/automount.py
parent9873ec1ca3795bdcaafe4350012cd552f8406647 (diff)
downloadfreeipa-41312ca166f5192b6e6c507225e4333206d6b5c2.tar.gz
freeipa-41312ca166f5192b6e6c507225e4333206d6b5c2.tar.xz
freeipa-41312ca166f5192b6e6c507225e4333206d6b5c2.zip
Code cleanup: remove unused stuff, take 1.
Diffstat (limited to 'ipalib/plugins/automount.py')
-rw-r--r--ipalib/plugins/automount.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py
index 71a21824f..5c9591473 100644
--- a/ipalib/plugins/automount.py
+++ b/ipalib/plugins/automount.py
@@ -100,9 +100,6 @@ class automountlocation(LDAPObject):
object_name_plural = 'automount locations'
object_class = ['nscontainer']
default_attributes = ['cn']
- attribute_names = {
- 'cn': 'name',
- }
takes_params = (
Str('cn',
@@ -220,9 +217,6 @@ class automountmap(LDAPObject):
object_name_plural = 'automount maps'
object_class = ['automountmap']
default_attributes = ['automountmapname', 'description']
- attribute_names = {
- 'automountmapname': 'name',
- }
takes_params = (
Str('automountmapname',
@@ -305,11 +299,6 @@ class automountkey(LDAPObject):
default_attributes = [
'automountkey', 'automountinformation', 'description'
]
- attribute_names = {
- 'automountkey': 'key',
- 'automountinformation': 'mount information',
- }
- attribute_order = ['automountkey', 'automountinformation']
takes_params = (
Str('automountkey',