Ticket #69 (closed defect: fixed)

Opened 12 months ago

Last modified 10 months ago

0016853: Dubbele authorization groups / delete groups

Reported by: admin Owned by:
Priority: major Milestone: MediaMosa 1.6
Component: Core Version: Tested and Accepted
Keywords: Cc:
MoSCoW: Estimated time after impact analysis:
Related to project: none Tested:
Accepted: yes Estimated Hours:

Description


0016853: Dubbele authorization groups / delete groups
http://mantis.kennisnet.nl/view.php?id=16853

Het is mogelijk om twee auth groups met dezelfde naam te maken:

<items>

<item id="1">

<aut_group_name>MARC</aut_group_name>
<aut_group_type>DOMAIN</aut_group_type>

</item>
<item id="2">

<aut_group_name>NIBG</aut_group_name>
<aut_group_type>REALM</aut_group_type>

</item>
<item id="3">

<aut_group_name>NIBG</aut_group_name>
<aut_group_type>DOMAIN</aut_group_type>

</item>

</items>

Verwijderen lijkt goed te gaan:

<header>

<item_count>0</item_count>
<request_process_time>0.0044</request_process_time>
<request_query_count>9</request_query_count>
<request_result>success</request_result>
<request_result_description/>
<request_result_id>601</request_result_id>
<request_uri>[POST] autorisation_group/NIBG?delete=cascade&app_id=5</request_uri>
<vpx_version>1.5.6</vpx_version>

</header>

Maar de auth group blijft bestaan.

Change History

Changed 11 months ago by MC-arjen

  • status changed from new to closed
  • resolution set to fixed
  • accepted set to 0
  • component set to Core

We modified the autorisation_group create, it is not possible anymore to create a REALM groupname which has the same name as the DOMAIN group.

btw:
autorisation_group/NIBG?delete=cascade&app_id=5 should be
autorisation_group/NIBG/delete=cascade&app_id=5

Changed 11 months ago by Frans

  • accepted changed from no to yes
  • related_to set to none

Tested and Accepted

Changed 10 months ago by Frans

  • version set to Tested and Accepted
Note: See TracTickets for help on using tickets.