Re: [Freeipa-devel] [PATCH] 0255 Add the new no_member option to CLI tests

2013-07-29 Thread Petr Viktorin
On 07/26/2013 07:13 PM, Ana Krivokapic wrote: On 07/26/2013 05:47 PM, Petr Viktorin wrote: Hello, This adds the new no_members option to the CLI parsing tests. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 0045 Expose ipaRangeType in Web UI

2013-07-29 Thread Petr Vobornik
On 07/26/2013 05:54 PM, Ana Krivokapic wrote: On 07/17/2013 01:53 PM, Petr Vobornik wrote: On 07/16/2013 06:46 PM, Ana Krivokapic wrote: Hello, This patch addresses ticket https://fedorahosted.org/freeipa/ticket/3759. Hello, Thanks for the patch, some comments: 1) idrange.js:183 I would

Re: [Freeipa-devel] OTP CLI Proposal

2013-07-29 Thread Petr Viktorin
On 07/27/2013 01:55 AM, Dmitri Pal wrote: On 07/26/2013 12:01 PM, Nathaniel McCallum wrote: I have added a proposal for an authentication management CLI to the wiki. It currently includes the ability to manage authentication methods, RADIUS servers and OTP tokens. Please review!

Re: [Freeipa-devel] [PATCH] 0045 Expose ipaRangeType in Web UI

2013-07-29 Thread Ana Krivokapic
On 07/29/2013 10:08 AM, Petr Vobornik wrote: On 07/26/2013 05:54 PM, Ana Krivokapic wrote: On 07/17/2013 01:53 PM, Petr Vobornik wrote: On 07/16/2013 06:46 PM, Ana Krivokapic wrote: Hello, This patch addresses ticket https://fedorahosted.org/freeipa/ticket/3759. Hello, Thanks for the

Re: [Freeipa-devel] [PATCH] 0045 Expose ipaRangeType in Web UI

2013-07-29 Thread Petr Vobornik
On 07/29/2013 10:31 AM, Ana Krivokapic wrote: On 07/29/2013 10:08 AM, Petr Vobornik wrote: On 07/26/2013 05:54 PM, Ana Krivokapic wrote: On 07/17/2013 01:53 PM, Petr Vobornik wrote: On 07/16/2013 06:46 PM, Ana Krivokapic wrote: Hello, This patch addresses ticket

Re: [Freeipa-devel] [PATCH] 428 Hide delete button in multivalued widget if attr is not writable

2013-07-29 Thread Ana Krivokapic
On 07/18/2013 12:11 PM, Petr Vobornik wrote: Hide delete button in multivalued widget if attr is not writable https://fedorahosted.org/freeipa/ticket/3799 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 429 Make ssh_widget not-editable if attr is readonly

2013-07-29 Thread Ana Krivokapic
On 07/18/2013 12:12 PM, Petr Vobornik wrote: Make ssh_widget not-editable if attr is readonly Depends on patch pvoborni-428. https://fedorahosted.org/freeipa/ticket/3800 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 429 Make ssh_widget not-editable if attr is readonly

2013-07-29 Thread Petr Vobornik
On 07/29/2013 11:15 AM, Ana Krivokapic wrote: On 07/18/2013 12:12 PM, Petr Vobornik wrote: Make ssh_widget not-editable if attr is readonly Depends on patch pvoborni-428. https://fedorahosted.org/freeipa/ticket/3800 This patch needs a rebase. Rebased version attached. -- Petr Vobornik

Re: [Freeipa-devel] [PATCH] 429 Make ssh_widget not-editable if attr is readonly

2013-07-29 Thread Ana Krivokapic
On 07/29/2013 11:45 AM, Petr Vobornik wrote: dialog.textarea = $('textarea/', { 'class': 'certificate', -readonly: that.read_only, +readonly: !writable, disabled: !that.enabled

Re: [Freeipa-devel] [PATCH] 429 Make ssh_widget not-editable if attr is readonly

2013-07-29 Thread Petr Vobornik
On 07/29/2013 02:21 PM, Ana Krivokapic wrote: On 07/29/2013 11:45 AM, Petr Vobornik wrote: dialog.textarea = $('textarea/', { 'class': 'certificate', -readonly: that.read_only, +readonly: !writable, disabled:

Re: [Freeipa-devel] [PATCH] 429 Make ssh_widget not-editable if attr is readonly

2013-07-29 Thread Ana Krivokapic
On 07/29/2013 03:10 PM, Petr Vobornik wrote: On 07/29/2013 02:21 PM, Ana Krivokapic wrote: On 07/29/2013 11:45 AM, Petr Vobornik wrote: dialog.textarea = $('textarea/', { 'class': 'certificate', -readonly: that.read_only, +