diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-12-02 11:05:54 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-03 13:01:42 -0500 |
commit | 8a63315ef30ac1a8fdab1394601cd588a105f66d (patch) | |
tree | b6b149ee062c3c3ffcfc9e1246ce7ac03f86ca9e /ipalib/plugins/internal.py | |
parent | 867ac1f03d77d72b25037ddf7cacccf407ff531e (diff) | |
download | freeipa-8a63315ef30ac1a8fdab1394601cd588a105f66d.tar.gz freeipa-8a63315ef30ac1a8fdab1394601cd588a105f66d.tar.xz freeipa-8a63315ef30ac1a8fdab1394601cd588a105f66d.zip |
Provide list of available attributes for use in ACI UI.
Also include flag indicating whether the object is bindable. This will
be used to determine if the object can have a selfservice ACI.
ticket 446
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 2e5d879b..1f2cf9fe 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -56,7 +56,7 @@ class json_metadata(Command): ((objname, json_serialize(self.api.Object[objname])), ) ) ) - retval= dict([("metadata",meta), ("messages",dict())]) + retval= dict([("metadata",meta)]) else: meta=dict( |