summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2017-03-07 21:30:45 +0100
committerDavid Kupka <dkupka@redhat.com>2017-03-08 16:22:01 +0100
commit358caa7da44c997b505f54ec70cb6be58d188751 (patch)
tree2aa4b8bd2e5fb6012378333ffae71e4ee2be757c /ipaserver/plugins
parent1d6cc35c03669ea67d9e9ee9ca0ff62401d1b157 (diff)
downloadfreeipa-358caa7da44c997b505f54ec70cb6be58d188751.tar.gz
freeipa-358caa7da44c997b505f54ec70cb6be58d188751.tar.xz
freeipa-358caa7da44c997b505f54ec70cb6be58d188751.zip
WebUI: Add Adapter for certmap_match result table
Result of certmap_match command is in the following format: [{domain: 'domain1', uid:[uid11,uid12,uid13]}, {domain: 'domain2', uid:[uid21, uid22, uid23},...] For correct displaying in table we need to reformat it to the following: [{domain: 'domain1', uid: 'uid11'}, {domain: 'domain1', uid: 'uid12'},... This can be done using this Adapter. Part of: https://pagure.io/freeipa/issue/6601 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
0 files changed, 0 insertions, 0 deletions