remove permissions checkbox

self service defaults to write permission, the only acceptable one.
By removing the checkbox, we stop sending invalid permissions
This commit is contained in:
Adam Young 2011-01-07 14:40:08 -05:00 committed by Endi Sukma Dewata
parent f717d7d2e7
commit 340d0d685c

View File

@ -793,7 +793,6 @@ IPA.add_entity( function() {
that.add_section(
ipa_stanza({name:'general', label:'General'}).
input({name:'aciname'}).
custom_input(IPA.rights_widget({name:'permissions'})).
custom_input(IPA.attribute_table_widget({
object_type:'user',
name:'attrs'
@ -817,7 +816,6 @@ IPA.add_entity( function() {
});
that.add_dialog(dialog);
dialog.add_field(ipa_text_widget({ name: 'aciname', undo: false}));
dialog.add_field(IPA.rights_widget({name:'permissions'}));
dialog.add_field(IPA.attribute_table_widget({
object_type:'user',
name:'attrs'