mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Adam Young
parent
867ac1f03d
commit
8a63315ef3
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user