mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove task and role groups since these entites are no longer exposed in the Meta data, including them in the code causes breakage at initialization
This commit is contained in:
parent
5db7c4ec34
commit
27b01cb628
@ -43,61 +43,10 @@ ipa_entity_set_details_definition('aci', [
|
||||
|
||||
|
||||
|
||||
/* Taskgroup*/
|
||||
|
||||
ipa_entity_set_search_definition('taskgroup', [
|
||||
['cn', 'Role-group name', null],
|
||||
['description', 'Description', null]
|
||||
]);
|
||||
|
||||
ipa_entity_set_add_definition('taskgroup', [
|
||||
'dialog-add-taskgroup', 'Add New Taskgroup', [
|
||||
['cn', 'Name', null],
|
||||
['description', 'Description', null],
|
||||
]
|
||||
]);
|
||||
|
||||
|
||||
ipa_entity_set_details_definition('taskgroup', [
|
||||
ipa_stanza({name:'ipaserver', label:'Taskgroup Details'}).
|
||||
input({name:'cn', label:'Name'}).
|
||||
input({name:'description', label:'Description'})
|
||||
]);
|
||||
|
||||
ipa_entity_set_association_definition('taskgroup', {
|
||||
});
|
||||
|
||||
ipa_entity_set_association_definition('rolegroup', {
|
||||
'rolegroup': { }
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
/* Rolegroup*/
|
||||
|
||||
ipa_entity_set_search_definition('rolegroup', [
|
||||
['cn', 'Role-group name', null],
|
||||
['description', 'Description', null]
|
||||
]);
|
||||
|
||||
ipa_entity_set_add_definition('rolegroup', [
|
||||
'dialog-add-rolegroup', 'Add New Rolegroup', [
|
||||
['cn', 'Name', null],
|
||||
['description', 'Description', null],
|
||||
]
|
||||
]);
|
||||
|
||||
ipa_entity_set_details_definition('rolegroup', [
|
||||
ipa_stanza({name:'ipaserver', label:'Rolegroup Details'}).
|
||||
input({name:'cn', label:'Name'}).
|
||||
input({name:'description', label:'Description'})
|
||||
]);
|
||||
|
||||
ipa_entity_set_association_definition('rolegroup', {
|
||||
'taskgroup': { associator: 'serial' }
|
||||
});
|
||||
|
||||
/* Configuration */
|
||||
ipa_entity_set_details_definition('config',[
|
||||
|
||||
|
@ -47,8 +47,6 @@ var admin_tab_set = [
|
||||
{name:'krbtpolicy', setup:ipa_details_only_setup}
|
||||
]},
|
||||
{name:'ipaserver', children: [
|
||||
{name:'taskgroup', setup: ipa_entity_setup},
|
||||
{name:'rolegroup', label:'Rolegroups', setup: ipa_entity_setup},
|
||||
{name:'config', setup: ipa_details_only_setup}
|
||||
]}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user